Files
kotlin-fork/compiler/testData/diagnostics/nativeTests/specialBackendChecks/cInterop/t43.kt
T
2024-01-09 14:17:47 +00:00

6 lines
109 B
Kotlin
Vendored

// FIR_IDENTICAL
import kotlinx.cinterop.*
@Suppress("DEPRECATION")
fun bar(x: Float) = x.signExtend<Int>()