Files
kotlin/compiler/testData/codegen/bytecodeText/disabledOptimizations/noUnusedLabel.kt
2019-11-20 12:57:36 +01:00

17 lines
189 B
Kotlin
Vendored

// KOTLIN_CONFIGURATION_FLAGS: +JVM.DISABLE_OPTIMIZATION
fun bar() {}
fun foo(a: Boolean) { if (a) { foo(a) } }
// method start
// 5 L0
//return
// 3 L1
// method end
// 2 L2
// 0 L3