Adjust testData: get rid of obsolete annotations
This commit is contained in:
+2
-2
@@ -5,6 +5,6 @@ annotation class B
|
||||
annotation class C
|
||||
annotation class D
|
||||
|
||||
fun foo([A B] x: Int, [A C] y: Double, [B C D] z: String) {}
|
||||
fun foo(@[A B] x: Int, @[A C] y: Double, @[B C D] z: String) {}
|
||||
|
||||
fun bar([A B C D] x: Int) {}
|
||||
fun bar(@[A B C D] x: Int) {}
|
||||
|
||||
Reference in New Issue
Block a user