Minor: Fix testDeprecatedJvmOverloads test (Kotlin runtime is not enabled by default now in bytecode listing tests)
This commit is contained in:
committed by
Yan Zhulanow
parent
e39a8f2900
commit
e31a39386e
+2
@@ -1,3 +1,5 @@
|
|||||||
|
// WITH_RUNTIME
|
||||||
|
|
||||||
class Foo {
|
class Foo {
|
||||||
@JvmOverloads @Deprecated(message = "Foo") fun bar(x: String = "") {
|
@JvmOverloads @Deprecated(message = "Foo") fun bar(x: String = "") {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user