Move JVM-specific annotations out of built-ins
Move 'volatile' and 'synchronized' to package 'kotlin' in stdlib. Also delete 'atomic', since its support was never implemented
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
volatile val foo: Int = 1
|
||||
|
||||
// 0 jet/volatile
|
||||
// 0 kotlin/volatile
|
||||
|
||||
Reference in New Issue
Block a user