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