Fixed test data to use only annotation syntax with @
This commit is contained in:
+2
-2
@@ -16,10 +16,10 @@ class A {
|
||||
|
||||
}
|
||||
|
||||
Ann init {
|
||||
@Ann init {
|
||||
}
|
||||
|
||||
Ann init {
|
||||
@Ann init {
|
||||
}
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -9,8 +9,8 @@ class A {
|
||||
fun foo2() {
|
||||
|
||||
}
|
||||
Ann init {}
|
||||
Ann init {}
|
||||
@Ann init {}
|
||||
@Ann init {}
|
||||
|
||||
|
||||
fun foo3() {
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
|
||||
|
||||
+4
-4
@@ -61,7 +61,7 @@ public var varWithAccessors2: Int
|
||||
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 @[
|
||||
|
||||
@@ -69,7 +69,7 @@ private @[
|
||||
A1
|
||||
|
||||
|
||||
A2 A1 ] A1 A2 @[A1
|
||||
A2 A1 ] @A1 @A2 @[A1
|
||||
A2
|
||||
|
||||
|
||||
@@ -79,9 +79,9 @@ A2
|
||||
|
||||
] @[A1] val fooProp1 = 1
|
||||
|
||||
private A1
|
||||
private @A1
|
||||
|
||||
A2 val
|
||||
@A2 val
|
||||
fooProp2 = 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user