Get rid of deprecated annotations in testData

This commit is contained in:
Denis Zharkov
2015-09-14 17:40:41 +03:00
parent eebe66e041
commit bae3320d52
257 changed files with 433 additions and 463 deletions
@@ -8,10 +8,6 @@ package test
<!NOT_AN_ANNOTATION_CLASS!>@test.annotation<!> class annotation
<!DEPRECATED_ANNOTATION_THAT_BECOMES_MODIFIER!>@kotlin.annotation.annotation<!> class realAnnotation
@realAnnotation class My
// FILE: other/c.kt
package other
@@ -20,6 +16,4 @@ annotation class My
<!NOT_AN_ANNOTATION_CLASS!>@test.annotation<!> class Your
<!DEPRECATED_ANNOTATION_THAT_BECOMES_MODIFIER!>@kotlin.annotation.annotation<!> class His
@My class Our