Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
whileStatement
/
whileWithBlock.kt
blob: dcd63bc06d1284077dc1524a6b5f42dd606f3b5f [
file
] [
log
] [
blame
]
val a
=
0
val b
=
0
while
(
a
>
b
)
{
var
i
=
1
i
=
i
+
1
}