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