// "Add non-null asserted (!!) call" "true" fun foo() { val test : Collection? = null!! for (i in test) { } }