blob: 0d51344a0a6cde1644c682f299e91db784e02a8d [file] [log] [blame]
val a : Int? = 10
fun foo() = a!!.toString()
// 1 checkNotNull \(Ljava/lang/Object;\)V