Get rid of deprecated annotations in testData
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user