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