5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
fun foo(n: Int) {
|
|
// foo3
|
|
<caret>val /* foo */ x: String = "" // bar3
|
|
/* baz */
|
|
} |