Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
disabledOptimizations
/
noUnusedLabel.kt
blob: 8fd1433dd2b932b5e6a960f561c7b9353d901689 [
file
] [
log
] [
blame
]
// 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