Parse delegated property

This commit is contained in:
Natalia.Ukhorskaya
2013-04-26 10:36:54 +04:00
parent e72b177adc
commit 29984efe76
30 changed files with 501 additions and 7 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ property
typeParameters? (type "." | annotations)?
(multipleVariableDeclarations | variableDeclarationEntry)
typeConstraints
("=" expression SEMI?)?
("by" | "=" expression SEMI?)?
(getter? setter? | setter? getter?) SEMI?
;