Get rid of deprecated annotations in testData
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ package test
|
||||
annotation class Anno
|
||||
|
||||
class Class {
|
||||
Anno class Nested
|
||||
@Anno class Nested
|
||||
|
||||
Anno inner class Inner
|
||||
@Anno inner class Inner
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user