blob: b87080b176b556566596650727bfd94bf0c7f454 [file] [log] [blame]
fun main(args: Array<String>) {
if (x > 0)
x = 2
else
x = 3
}