blob: c7fa68b4c619118ad04f3f46b9e0db1b261260d3 [file] [log] [blame]
fun some() {
if (3 > 2)
2
else
1
}