4 lines
71 B
Kotlin
Vendored
4 lines
71 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
abstract class Owner {
|
|
abstract val <caret>p: Int
|
|
} |