Adjust testData: get rid of obsolete annotations

This commit is contained in:
Denis Zharkov
2015-06-09 20:30:52 +03:00
parent 053dcf3abf
commit c9f79c2d05
193 changed files with 322 additions and 322 deletions
+6 -6
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
@@ -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,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,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() {
}