7 lines
72 B
Plaintext
Vendored
7 lines
72 B
Plaintext
Vendored
val prop: Int = run {
|
|
print("a")
|
|
val v = 1
|
|
<caret>v
|
|
1
|
|
}
|