Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg-variables
/
lexicalScopes
/
doWhileScope.kt
blob: 6525f3b387d8792817fc2ebdaac6226238f68e3d [
file
]
fun foo
()
{
"before"
do
{
var
a
=
2
}
while
(
a
>
0
)
"after"
}