Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
ArraySyntax.groovy
blob: 9283ae247664d37adf01cdc1eb018e325b4cfc1f [
file
] [
log
] [
blame
]
Map
map
=
new
HashMap
();
map
[
3
]
=
4
print
map
[
3
]