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
+4 -4
View File
@@ -64,7 +64,7 @@ annotation class A1
annotation class A2
private @[A1 A2 A1] A1 A2 @[A1 A2 A2] @[A1] val fooProp1 = 1
private @[A1 A2 A1] @A1 @A2 @[A1 A2 A2] @[A1] val fooProp1 = 1
private @[
@@ -72,7 +72,7 @@ private @[
A1
A2 A1] A1 A2 @[A1
A2 A1] @A1 @A2 @[A1
A2
@@ -80,9 +80,9 @@ A2
] @[A1] val fooProp1 = 1
private A1
private @A1
A2 val
@A2 val
fooProp2 = 1