Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nopsInDoWhile.kt
blob: b15d9c8f9cb29dd323b5f5c7be3c05bf780a566d [
file
] [
log
] [
blame
]
fun test
()
{
var
i
=
0
do
{
i
++
if
(
i
>
5
)
break
if
(
i
<
3
)
continue
}
while
(
true
)
}
// 0 NOP