arturo
var a:Int? ….. var b:Int?….. if (a != null && b != null) { // a and b is Int and not Int? here? }