Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/concurrent.kt
T
2020-03-19 09:51:01 +03:00

5 lines
53 B
Kotlin
Vendored

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