Files
kotlin-fork/compiler/testData/codegen/bytecodeText/noFlagAnnotations.kt
T
2014-06-18 10:55:57 +04:00

10 lines
198 B
Kotlin

volatile var vol = 1
transient val tra = 1
strictfp fun str() {}
synchronized fun sync() {}
// 0 kotlin/jvm/volatile
// 0 kotlin/jvm/transient
// 0 kotlin/jvm/strictfp
// 0 kotlin/jvm/synchronized