Minor: update tests to pass on Android
This commit is contained in:
committed by
TeamCityServer
parent
42d53dd954
commit
eefb6e94a9
@@ -2,9 +2,6 @@
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_FIR_DIAGNOSTICS
|
||||
|
||||
// Duplicate JVM class name 'xx/ZKt'
|
||||
// IGNORE_BACKEND: ANDROID
|
||||
|
||||
// FILE: anonymousObject.kt
|
||||
import x.*
|
||||
|
||||
@@ -12,7 +9,7 @@ fun box(): String =
|
||||
"O".z().toString() +
|
||||
"K".iz().toString()
|
||||
|
||||
// FILE: z.kt
|
||||
// FILE: zao.kt
|
||||
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
|
||||
@file:kotlin.jvm.JvmPackageName("xx")
|
||||
package x
|
||||
|
||||
Reference in New Issue
Block a user