Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8-rc-4
-
Fix Version/s: 2.2.0-beta-1
-
Component/s: parser
-
Labels:None
-
Number of attachments :
Description
can't compile enum constant initializer which contains method without explicit type declaration
enum E {
enConst {
def foo(){}
}
}