7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
class Owner {
|
|
val <caret>p: Int
|
|
get
|
|
}
|