4 lines
55 B
Kotlin
Vendored
4 lines
55 B
Kotlin
Vendored
fun foo() {
|
|
<caret>@Volatile var v: Int
|
|
v = 1
|
|
} |