6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
fun test(a: Int) {
|
|
}
|
|
|
|
fun other() {
|
|
test(<caret>)
|
|
} |