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