Fixed test data to use only annotation syntax with @
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
Deprecated("") fun f(x: Int) = 2
|
||||
@Deprecated("") fun f(x: Int) = 2
|
||||
fun f(x: Int, y: Boolean) = 3
|
||||
|
||||
fun d(x: Int) {
|
||||
|
||||
Reference in New Issue
Block a user