// In this test K2 behaviour is preferable. fun topLevelMethod() { var z = 3 if(true) { z = 4 } else { z = 5 } }