Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
localVarInDoWhile.kt
blob: c35ae290307944e0cbcc5628049aad0506f8eef3 [
file
]
// FIR_IDENTICAL
fun foo
()
{
do
{
val x
=
42
}
while
(
x
!=
42
)
}