6 lines
69 B
Plaintext
Vendored
6 lines
69 B
Plaintext
Vendored
fun foo() {
|
|
if(true){<caret> println()
|
|
println()
|
|
}
|
|
}
|