8 lines
96 B
Kotlin
Vendored
8 lines
96 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
class Owner {
|
|
var <caret>p: Int
|
|
get
|
|
set
|
|
}
|