blob: 2e51a286d647f3ab893e555160681facd5a5e788 [file]
// This should not compile: only JVM 1.8+ contains getOrDefault
fun foo(map: Map<String, Int>) = map.getOrDefault("", 0)