Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
disabledOptimizations
/
noUnitInstanceOnVoidFunctionCall.kt
blob: 39951f4e50ac36af44c06ee33194c1efba95c809 [
file
]
// DISABLE_OPTIMIZATION
fun bar
()
{}
fun foo
()
{
bar
()
}
// 0 Unit\.INSTANCE
// 0 POP