Conversion on copy paste: Reformat code after conversion

This commit is contained in:
Pavel V. Talanov
2014-01-09 17:31:20 +04:00
parent 7db53106fd
commit 160f897806
7 changed files with 36 additions and 9 deletions
@@ -0,0 +1,6 @@
fun main(args: Array<String>) {
if (x > 0)
x = 2
else
x = 3
}