Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
disabledOptimizations
/
noUnusedLabel.kt
blob: b90c0e4b893b42a85ae1be7632b38b05e5c50e0e [
file
]
// 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