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
+1 -4
View File
@@ -2,16 +2,13 @@
// WITH_RUNTIME
// IGNORE_FIR_DIAGNOSTICS
// Duplicate JVM class name 'xx/ZKt'
// IGNORE_BACKEND: ANDROID
// FILE: anonymousObject.kt
import x.*
fun box(): String =
"OK".z().toString()
// FILE: z.kt
// FILE: zlc.kt
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
@file:kotlin.jvm.JvmPackageName("xx")
package x