Drop parsing of enum initializers using `this'

#KT-6626 Fixed
This commit is contained in:
Denis Zharkov
2015-01-19 16:47:15 +03:00
parent 0dc1448d69
commit a55e8911ea
10 changed files with 9 additions and 132 deletions
-1
View File
@@ -53,7 +53,6 @@ functionParameter
;
initializer
: annotations "this" valueArguments
: annotations constructorInvocation // type parameters may (must?) be omitted
;