blob: 656198dc506f9db18169fdc2751a6d2b31cd9a9d [file] [log] [blame]
// "Add non-null asserted (!!) call" "true"
fun foo(a: Int?) {
a!!.plus(1)
}