b68e47f705
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
|