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