Minor: update tests to pass on Android
This commit is contained in:
committed by
TeamCityServer
parent
42d53dd954
commit
eefb6e94a9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user