Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
NumberDuplicatesInMaps.groovy
blob: 75b643b639900d4e10bd4e42276292ea602b9690 [
file
] [
log
] [
blame
]
def
map
=
[
1
:
'd'
,
<
warning descr
=
"Duplicate element in the map"
>
1
</
warning
>:
'sd'
]