Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
localInitializationLVT
/
generics.kt
blob: 8ccb7758d26ef9276b6100d14aa9f9cc7c16dab6 [
file
]
// IGNORE_BACKEND: JVM_IR
inline
fun
<
reified T
>
foo
(
default
:
T
):
T
{
val t
:
T
run
{
t
=
default
}
return
t
}
fun test
()
{
foo
(
0.0f
)
}
// two in foo and two in test
// 4 ASTORE 2
// 1 LOCALVARIABLE t\$iv Ljava/lang/Object; L3 L.* 2