Adjust testData: get rid of obsolete annotations
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
class A1()
|
||||
|
||||
class A2 private ()
|
||||
class A3 private [ann] protected ()
|
||||
class A4 private [ann1] protected [ann2] () {
|
||||
class A3 private @[ann] protected constructor()
|
||||
class A4 private @ann1 protected @[ann2] constructor() {
|
||||
|
||||
}
|
||||
|
||||
class A5 private [ann]
|
||||
class A5 private @ann constructor
|
||||
|
||||
()
|
||||
|
||||
@@ -14,17 +14,17 @@ class A6 /* faddf */ private ()
|
||||
|
||||
class A7
|
||||
private
|
||||
[ann]
|
||||
@ann constructor
|
||||
()
|
||||
|
||||
class A8 // eol comment
|
||||
private
|
||||
[ann]
|
||||
@ann constructor
|
||||
()
|
||||
|
||||
class A9 // eol comment
|
||||
private // eol comment
|
||||
[ann] // eol comment
|
||||
@ann constructor// eol comment
|
||||
()
|
||||
|
||||
class A10
|
||||
|
||||
+6
-6
@@ -1,11 +1,11 @@
|
||||
class A1 ()
|
||||
|
||||
class A2 private ()
|
||||
class A3 private [ann] protected()
|
||||
class A4 private [ann1] protected [ann2] () {
|
||||
class A3 private @[ann] protected constructor()
|
||||
class A4 private @ann1 protected @[ann2] constructor() {
|
||||
|
||||
}
|
||||
class A5 private [ann]
|
||||
class A5 private @ann constructor
|
||||
|
||||
()
|
||||
|
||||
@@ -13,17 +13,17 @@ class A6 /* faddf */ private ()
|
||||
|
||||
class A7
|
||||
private
|
||||
[ann]
|
||||
@ann constructor
|
||||
()
|
||||
|
||||
class A8 // eol comment
|
||||
private
|
||||
[ann]
|
||||
@ann constructor
|
||||
()
|
||||
|
||||
class A9 // eol comment
|
||||
private // eol comment
|
||||
[ann] // eol comment
|
||||
@ann constructor// eol comment
|
||||
()
|
||||
|
||||
class A10
|
||||
|
||||
+4
-4
@@ -64,21 +64,21 @@ 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 [
|
||||
private @[
|
||||
|
||||
|
||||
A1
|
||||
|
||||
|
||||
A2 A1] A1 A2 [A1
|
||||
A2 A1] A1 A2 @[A1
|
||||
A2
|
||||
|
||||
|
||||
A2
|
||||
|
||||
] [A1] val fooProp1 = 1
|
||||
] @[A1] val fooProp1 = 1
|
||||
|
||||
private A1
|
||||
|
||||
|
||||
+4
-4
@@ -61,15 +61,15 @@ 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 [
|
||||
private @[
|
||||
|
||||
|
||||
A1
|
||||
|
||||
|
||||
A2 A1 ] A1 A2 [A1
|
||||
A2 A1 ] A1 A2 @[A1
|
||||
A2
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ A2
|
||||
|
||||
A2
|
||||
|
||||
] [A1] val fooProp1 = 1
|
||||
] @[A1] val fooProp1 = 1
|
||||
|
||||
private A1
|
||||
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
[annot]
|
||||
[foo] fun foo() {
|
||||
@annot
|
||||
@foo fun foo() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[annot]
|
||||
[foo] fun foo() {
|
||||
@annot
|
||||
@foo fun foo() {
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
[annot]
|
||||
@annot
|
||||
foo() fun foo() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[annot]
|
||||
@annot
|
||||
foo() fun foo() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[annot]
|
||||
@annot
|
||||
final fun foo() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[annot]
|
||||
@annot
|
||||
final fun foo() {
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
annot()
|
||||
[foo] fun foo() {
|
||||
@foo fun foo() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
annot()
|
||||
[foo] fun foo() {
|
||||
@foo fun foo() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
public
|
||||
[foo] fun foo() {
|
||||
@foo fun foo() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
public
|
||||
[foo] fun foo() {
|
||||
@foo fun foo() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user