Fixed test data to use only annotation syntax with @

This commit is contained in:
Valentin Kipyatkov
2015-10-12 18:23:20 +03:00
parent 487501a7a4
commit 090ea37a32
83 changed files with 115 additions and 121 deletions
@@ -34,7 +34,7 @@ fun run(block: () -> Unit) = block()
annotation class ann
notLabelAnnotation class A {
@notLabelAnnotation class A {
fun foo() {
loop@
for (i in 1..100) {
@@ -34,7 +34,7 @@ fun run(block: () -> Unit) = block()
annotation class ann
notLabelAnnotation class A {
@notLabelAnnotation class A {
fun foo() {
@loop<caret>
for (i in 1..100) {