Drop obsolete annotations syntax

This commit is contained in:
Denis Zharkov
2015-06-09 13:55:03 +03:00
parent 26864a4407
commit cf4b1ab7cd
133 changed files with 584 additions and 887 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
fun foo() {
for (@volatile x in z) {}
for ([ann]) {}
for (@[ann]) {}
for (@ in z) {}
for ((x, private data @ann [ann] y) in x) {}
for ((x, private data @ann @[ann] y) in x) {}
for (([ann], x) in pair) {}
for ((@[ann], x) in pair) {}
for (volatile x in 1..100) {}
for (volatile(1) x in 1..100) {}