70605c84df
According to `FirNativeCodegenBoxTestGenerated.testNestedClassesInAnnotations`, the annotation `kotlin.internal.PlatformDependent` is unresolved reference. ^KT-58549 Fixed
7 lines
142 B
Kotlin
Vendored
7 lines
142 B
Kotlin
Vendored
// ISSUE: KT-58549
|
|
|
|
fun main() {
|
|
val x: <!UNRESOLVED_REFERENCE!>kotlin.Cloneable<!> = if (true) intArrayOf(1) else longArrayOf(1)
|
|
x
|
|
}
|