Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b7f6d40b562cc05b0c88d1051ff42fe8a146ea5
/
.
/
compiler
/
testData
/
cli
/
metadata
/
getOrDefault.kt
blob: 2e51a286d647f3ab893e555160681facd5a5e788 [
file
]
// This should not compile: only JVM 1.8+ contains getOrDefault
fun foo
(
map
:
Map
<
String
,
Int
>)
=
map
.
getOrDefault
(
""
,
0
)