Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I noticed this syntax mentioned here: https://groovy.apache.org/wiki/GEP-12.html
Is this supposed to be valid for some case or is it defunct?
interface I { def m() default { 1 } }
It does not produce any parser or compiler errors. But I don't think the default value saved in MethodNode is used for anything.