Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.9
-
None
Description
When generating stubs for joint compilation, the compiler will omit methods from implemented traits, when the method parameter is an array type with component type defined in a different module. This results in "error: MyImpl is not abstract and does not override abstract method method(ComponentClass...) in MyTrait".
I have attached a sample. Just run gradlew build to reproduce.