Files
kotlin/compiler/testData/codegen/bytecodeText/noFlagAnnotations.kt
2014-06-19 11:43:59 +04:00

11 lines
199 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