Get rid of deprecated annotations in testData
This commit is contained in:
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
class E1: Exception()
|
||||
|
||||
Throws(E1::class) JvmOverloads
|
||||
@Throws(E1::class) @JvmOverloads
|
||||
fun one(a: Int = 1) {}
|
||||
|
||||
class One @Throws(E1::class) constructor(a: Int = 1) {
|
||||
|
||||
Reference in New Issue
Block a user