Get rid of deprecated annotations in testData
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
annotation class A(val a: Int = 0)
|
||||
|
||||
A fun test1() = 1
|
||||
A(2) fun test2() = 1
|
||||
@A fun test1() = 1
|
||||
@A(2) fun test2() = 1
|
||||
|
||||
fun box(): String {
|
||||
if ((test1() + test2()) == 2) {
|
||||
|
||||
Reference in New Issue
Block a user