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

5 lines
51 B
Kotlin
Vendored

class B {
fun foo() {
val p: Int by A()
}
}