// FIR_IDENTICAL fun topLevelMethod(x: Int, y: Int) { if(x > y) { } else if(x < y) { } else { } }