The example are from Kotlin official website
val a: Int = 100 val boxedA: Int? = a val anotherBoxedA: Int? = a val b: Int = 100 val boxe