Minor: Fix testDeprecatedJvmOverloads test (Kotlin runtime is not enabled by default now in bytecode listing tests)

This commit is contained in:
Yan Zhulanow
2016-11-23 17:17:15 +03:00
committed by Yan Zhulanow
parent e39a8f2900
commit e31a39386e
@@ -1,3 +1,5 @@
// WITH_RUNTIME
class Foo {
@JvmOverloads @Deprecated(message = "Foo") fun bar(x: String = "") {
}