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