mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Move 'volatile' and 'synchronized' to package 'kotlin' in stdlib. Also delete 'atomic', since its support was never implemented
4 lines
48 B
Kotlin
4 lines
48 B
Kotlin
volatile val foo: Int = 1
|
|
|
|
// 0 kotlin/volatile
|