0fcb51f0a2
#KT-1478 Fixed
5 lines
112 B
Kotlin
Vendored
5 lines
112 B
Kotlin
Vendored
// "Add non-null asserted (!!) call" "true"
|
|
fun <T: Collection<Int>?> foo(c: T) {
|
|
for (i in <caret>c) { }
|
|
}
|