Adjust testData: get rid of obsolete annotations
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ package test
|
||||
annotation class A
|
||||
annotation class B
|
||||
|
||||
class Class([A] val x: Int, [B] y: String)
|
||||
class Class(@[A] val x: Int, @[B] y: String)
|
||||
|
||||
Reference in New Issue
Block a user