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
@@ -0,0 +1,3 @@
val a: Int = 1 by A()
val b: Int = 1 by A()
val c: Int by A(); = 3