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