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