Files
kotlin-fork/compiler/fir/resolve/testData/resolveWithStdlib/concurrent.kt
T
2020-02-14 09:18:52 +03:00

5 lines
53 B
Kotlin
Vendored

@Volatile
var xx: Int = 2
@Synchronized
fun foo() {}