Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
RawArrayStyleAccessToMap.groovy
blob: e734cc15031005df5af56f2c3e3a36d5256632fd [
file
] [
log
] [
blame
]
Map
map
=
new
HashMap
();
map
.
put
(
"abc"
,
"abc"
);
Date
s
=<
warning descr
=
"Cannot assign 'Object' to 'Date'"
>
map
[
"abc"
]</
warning
>;