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

3 lines
31 B
Kotlin
Vendored

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