Community
Participate
Working Groups
Steps to reproduce: class Foo { extension Test a def static bar(){ "42".foo } } If the class Test has a non static method foo(String a) the code above will lead to the following invalid java: @SuppressWarnings("all") public class Foo { private Test a; public static String bar() { String _foo = this.a.foo("42"); return _foo; } }
There is also contentAssist for this.
fixed. pushed to 'master'.
Closing all bugs that were set to RESOLVED before Neon.0