blob: f2fdadec041c10326d8776bbee3fed611c991387 [file] [log] [blame]
// "Add non-null asserted (!!) call" "true"
fun <T: Collection<Int>?> foo(c: T) {
for (i in <caret>c) { }
}