6 lines
76 B
Plaintext
Vendored
6 lines
76 B
Plaintext
Vendored
fun foo() = run {
|
|
print("a")
|
|
val v = 1
|
|
print(<caret>v)
|
|
"x"
|
|
} |