Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
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
)