28ee61c57d
^KT-61564
5 lines
132 B
Kotlin
Vendored
5 lines
132 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
@file:OptIn(kotlinx.cinterop.ExperimentalForeignApi::class)
|
|
@Suppress("DEPRECATION")
|
|
fun foo() = immutableBlobOf()
|