08bc0a6bd0
^KT-61564
6 lines
104 B
Kotlin
Vendored
6 lines
104 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
import kotlinx.cinterop.*
|
|
|
|
@Suppress("DEPRECATION")
|
|
fun bar(x: Int) = x.narrow<Long>()
|