6 lines
66 B
Plaintext
Vendored
6 lines
66 B
Plaintext
Vendored
fun foo() {
|
|
if (a) {<caret>/* do bar */
|
|
bar()
|
|
}
|
|
}
|