7 lines
74 B
Plaintext
Vendored
7 lines
74 B
Plaintext
Vendored
class Foo {
|
|
val s = ""
|
|
|
|
fun test() {
|
|
<caret>this.s
|
|
}
|
|
} |