Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cli
/
metadata
/
getOrDefault.out
blob: 18abb0ba89ff0f31242238b3aa02940d1aaa0894 [
file
]
compiler
/
testData
/
cli
/
metadata
/
getOrDefault
.
kt
:
2
:
38
:
error
:
unresolved reference
'getOrDefault'
.
fun foo
(
map
:
Map
<
String
,
Int
>)
=
map
.
getOrDefault
(
""
,
0
)
^^^^^^^^^^^^
COMPILATION_ERROR