Adjust testData: get rid of obsolete annotations
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ package test
|
||||
annotation class A(val s: String)
|
||||
|
||||
class Outer {
|
||||
class Nested([A("nested")] val x: String)
|
||||
class Nested(@[A("nested")] val x: String)
|
||||
|
||||
inner class Inner([A("inner")] val y: String)
|
||||
inner class Inner(@[A("inner")] val y: String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user