Deprecate some of JVM flag annotations in favor of capitilized themselves
This commit is contained in:
+2
-2
@@ -2,6 +2,6 @@ fun foo() {
|
||||
val (x, private data @ann @[ann] y) = pair
|
||||
val (@[ann], x) = pair
|
||||
|
||||
@volatile val (@ann x, y) = 1
|
||||
@volatile val (@ann x, y = 1
|
||||
@Volatile val (@ann x, y) = 1
|
||||
@Volatile val (@ann x, y = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user