mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
Get rid of deprecated annotations in testData
This commit is contained in:
@@ -8,14 +8,14 @@ class A {
|
||||
companion object {
|
||||
val b: String = "OK"
|
||||
|
||||
JvmStatic testAnnotation fun test1() = b
|
||||
@JvmStatic @testAnnotation fun test1() = b
|
||||
}
|
||||
}
|
||||
|
||||
object B {
|
||||
val b: String = "OK"
|
||||
|
||||
JvmStatic testAnnotation fun test1() = b
|
||||
@JvmStatic @testAnnotation fun test1() = b
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user