5 lines
51 B
Kotlin
Vendored
5 lines
51 B
Kotlin
Vendored
class B {
|
|
fun foo() {
|
|
val p: Int by A()
|
|
}
|
|
} |