8 lines
93 B
Kotlin
Vendored
8 lines
93 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
|
|
class Owner {
|
|
var <caret>p: Int
|
|
set(v) {}
|
|
}
|