7 lines
103 B
Kotlin
Vendored
7 lines
103 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
class Owner {
|
|
var <caret>p: Int
|
|
get() { return 1 }
|
|
}
|