7 lines
75 B
Kotlin
7 lines
75 B
Kotlin
class Some {
|
|
val a : Int
|
|
<caret>
|
|
}
|
|
|
|
// EXIST: get
|
|
// EXIST: set |