Files
kotlin-fork/compiler/testData/codegen/bytecodeText/inlineArgsInPlace/sin.kt
T

10 lines
119 B
Kotlin
Vendored

// WITH_RUNTIME
import kotlin.math.sin
fun test(x: Double) = sin(2 * x)
// JVM_IR_TEMPLATES:
// 0 DSTORE
// 1 DLOAD