// This should not compile: only JVM 1.8+ contains getOrDefault fun foo(map: Map) = map.getOrDefault("", 0)