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

defs.main-tests.source.idltest.datainheritance.domain Maven / Gradle / Ivy

The newest version!
domain idltest.datainheritance

data TestData1 {
  _: str
  _: i32
}

data TestData2 {
 + TestData1
  _: i08
}

/* this example triggers a cornercase with converters
   that cornercase was triggered by workaround for scala erasure issue
   which was triggered by introduction of structural inheritance of dtos
*/

data ParameterDTO {
  _: i32
  _: str
}

data UserDTO {
  _: ParameterDTO
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy