Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
noFlagAnnotations.kt
blob: d82207ba0316cc761e6121fb55f1bb70cc8ddd98 [
file
] [
log
] [
blame
]
@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