Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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