d17044515f
Common metadata compiler now reports compilation errors. Disable tests that are not yet supported or should be skipped as JVM-specific. KTIJ-28668
14 lines
331 B
Kotlin
Vendored
14 lines
331 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
/* Unavailable JvmName */
|
|
// KNM_K2_IGNORE
|
|
// KNM_FE10_IGNORE
|
|
|
|
@file:Suppress("UNCHECKED_CAST", "NOTHING_TO_INLINE", "INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
|
@file:JvmName("OtherKt")
|
|
@file:kotlin.jvm.JvmPackageName("some.other.jvm")
|
|
package some.other
|
|
|
|
@SinceKotlin("1.2")
|
|
fun foo() {}
|
|
|
|
// JVM_FILE_NAME: OtherKt |