Files
kotlin-fork/compiler/testData/psi/propertyDelegate/DelegateAndInitializer.kt
T
2013-04-30 20:07:52 +04:00

4 lines
67 B
Kotlin

val a: Int = 1 by A()
val b: Int = 1 by A()
val c: Int by A(); = 3