New J2K: fix test data for java8MapForEachWithFullJdk test
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import java.util.HashMap
|
||||
|
||||
internal class Test {
|
||||
fun test(map: HashMap<String, String>) {
|
||||
map.forEach { (key, value) -> foo(key, value) }
|
||||
map.forEach { (key: String, value: String) -> foo(key, value) }
|
||||
}
|
||||
|
||||
fun foo(key: String, value: String) {}
|
||||
|
||||
Reference in New Issue
Block a user