Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.4.7
-
None
Description
@CompileStatic trait SimpleTrait { void foo() { super.foo() } } @CompileStatic class Foo implements SimpleTrait {} new Foo().foo() // MissingMethodException
Attachments
Issue Links
- duplicates
-
GROOVY-7135 non-existing method use with super passes type checker in trait
- Open