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