var a: kotlin.Int if (true) { a = 100 } else { a = 200 }