Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.5
-
None
-
None
Description
interface DomainProp { boolean isNullable() } abstract class OrderedProp implements DomainProp { } trait Nullable { boolean nullable = true } @groovy.transform.CompileStatic abstract class CustomProp extends OrderedProp implements Nullable { } println new CustomProp() {}
Attachments
Issue Links
- links to