Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
declarations
/
localVarInDoWhile.kt
blob: 7d7d7ad1b1bb1713c57a46c8fdbf6932cea0167a [
file
] [
log
] [
blame
]
fun foo
()
{
do
{
val x
=
42
}
while
(
x
!=
42
)
}