Files
kotlin/compiler/testData/codegen/bytecodeText/noVolatileAnnotation.kt
Alexander Udalov b68e47f705 Move JVM-specific annotations out of built-ins
Move 'volatile' and 'synchronized' to package 'kotlin' in stdlib. Also delete
'atomic', since its support was never implemented
2014-03-02 19:54:55 +04:00

4 lines
48 B
Kotlin

volatile val foo: Int = 1
// 0 kotlin/volatile