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