Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
)