Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
IndexMethodConversion.groovy
blob: 688dccceec3cbfff9bd571a39a07ae0b65e1e20a [
file
] [
log
] [
blame
]
Map
q
;
x
=
y
.
getAt
(
z
)
x
.
setAt
(
y
,
z
)
x
=
q
.
get
(
z
)
q
.
put
(
y
,
z
)