Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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