Minor: update tests to pass on Android

This commit is contained in:
Dmitry Petrov
2021-04-02 09:26:48 +03:00
committed by TeamCityServer
parent 42d53dd954
commit eefb6e94a9
4 changed files with 8 additions and 21 deletions
@@ -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