08bc0a6bd0
^KT-61564
8 lines
159 B
Kotlin
Vendored
8 lines
159 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
import kotlin.native.ref.*
|
|
|
|
@OptIn(kotlin.experimental.ExperimentalNativeApi::class)
|
|
fun foo(x: Int) {
|
|
createCleaner(42) { println(x) }
|
|
}
|