Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
MapDeclaration.groovy
blob: 81ee72bffc93a9b518db833b9da5585d0aa96963 [
file
] [
log
] [
blame
]
Map
<
String
,
Integer
>
map
=[
'abc'
:
1
,
"xyz"
:
2
,
wow
:
3
]