Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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