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