Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inline
/
deleteClassOnTransfromation.kt
blob: 98767a03254f0e497f232122bba788287251f391 [
file
]
// IGNORE_BACKEND: JVM_IR
fun test
()
{
{
{}()
}()
}
inline
fun ifun
(
s
:
()
->
Unit
)
{
s
()
}
fun test2
()
{
var
z
=
1
;
ifun
{
{
z
=
2
}()
}
}
// 1 class DeleteClassOnTransfromationKt\$test\$1\$1
// 0 class DeleteClassOnTransfromationKt\$test2\$1\$1