Adjust testData: get rid of obsolete annotations
This commit is contained in:
Vendored
+1
-1
@@ -4,5 +4,5 @@ package test
|
||||
annotation class Anno
|
||||
|
||||
class Class {
|
||||
fun String.foo([Anno] x: Int) = 42
|
||||
fun String.foo(@[Anno] x: Int) = 42
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user