360d236b7e
In this example we get 2 variants of `kotlin/toString()`: one coming from the KLib provider, and the other coming from the builtins provider. These are identical deserialized functions. ^KT-57601 Fixed
4 lines
120 B
Kotlin
Vendored
4 lines
120 B
Kotlin
Vendored
import kotlin.<!UNRESOLVED_IMPORT!>Cloneable<!>
|
|
|
|
fun cloneable(): <!UNRESOLVED_REFERENCE!>Cloneable<!> = intArrayOf(42)
|