blob: 7a3e33fb5674f705333d0705c78627871e3fed3e [file] [log] [blame]
// "Surround with null check" "true"
// WITH_RUNTIME
fun foo(list: List<String>?) {
for (element in <caret>list) {}
}