mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
11 lines
199 B
Kotlin
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
|