blob: 648b9154190afbfa9b34ef36ce73b8169cea97a7 [file] [log] [blame]
val a : Int? = 10
fun foo() = a!!.toString()
// 1 IFNONNULL