This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
40c4022c985c8a4efd49c53ca65dac7f44f80098
kotlin-fork
/
j2k
/
tests
/
testData
/
ast
/
whileStatement
/
whileWithBlock.kt
T
Valentin Kipyatkov
d3b773c0cd
Java to Kotlin converter: declaring locals as var's in most of cases when needed, dropped forceLocalVariableImmutability setting
2014-07-10 23:20:33 +04:00
4 lines
45 B
Kotlin
Raw
Blame
History
while
(
a
>
b
)
{
var
i
=
1
i
=
i
+
1
}
Reference in New Issue
View Git Blame
Copy Permalink