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