7599ff0ef1
This case is similar to KT-57268 in early JDKs
3 lines
121 B
Kotlin
Vendored
3 lines
121 B
Kotlin
Vendored
// This should not compile: only JVM 1.8+ contains getOrDefault
|
|
fun foo(map: Map<String, Int>) = map.getOrDefault("", 0)
|