defs.main-tests.source.idltest.upcasts.domain Maven / Gradle / Ivy
The newest version!
domain idltest.upcasts
mixin Identifiable {
id: uid
}
mixin ItemContent {
+ Identifiable
name: str
}
data Item {
+ ItemContent
price: i32
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy