8 lines
66 B
Plaintext
8 lines
66 B
Plaintext
fun test() {
|
|
}
|
|
|
|
fun other() {
|
|
test()<caret>
|
|
}
|
|
|
|
// INSERT: test |