how to recast a null var in kotlin code example Example: kotlin cast types val myInt: Int = 1.0 as Int