All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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