6 lines
83 B
Kotlin
6 lines
83 B
Kotlin
class Foo(val a: Int, b: Int) {
|
|
val e: Int = <caret>
|
|
}
|
|
|
|
// EXIST: a
|
|
// EXIST: b |