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