8 lines
106 B
Kotlin
Vendored
8 lines
106 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
class Owner {
|
|
var <caret>p: Int
|
|
get() = 1
|
|
set
|
|
}
|