10 lines
108 B
Kotlin
Vendored
10 lines
108 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
import kotlin.math.sin
|
|
|
|
fun test(x: Double) = sin(x)
|
|
|
|
// 0 LDC 0
|
|
// 0 ICONST_0
|
|
// 0 ISTORE
|