Test data fixed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import java.util.HashMap
|
||||
|
||||
fun foo(map : HashMap<String, Int>) {
|
||||
for (entry: MutableMap.MutableEntry<String, Int><caret> in map.entrySet()) {
|
||||
for (entry: MutableMap.MutableEntry<String, Int>?<caret> in map.entrySet()) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user