Community
Participate
Working Groups
Example: ---- class bar { int it int this def this() {} def it() {} } ---- Any of these filed/method declarations should raise an error. Currently, there is no error and the generated Java code desn't compile because "this" is not a valid identifier in Java.
'it' is ok.
Fix pushed to MASTER.
Closing all bugs that were set to RESOLVED before Neon.0