Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineArgsInPlace
/
sin.kt
blob: 1cbde33d34753deaee4af3b0b476e1b55b3d9032 [
file
]
// WITH_STDLIB
import
kotlin
.
math
.
sin
fun test
(
x
:
Double
)
=
sin
(
2
*
x
)
// 0 DSTORE
// 1 DLOAD