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