Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
DuplicateMapKeys.groovy
blob: 31611153ece2e234ab1c34c03dcfe4c5afb6f4a4 [
file
] [
log
] [
blame
]
x
=
[
(
person
.
firstNameKey
):
person
.
firstName
,
(
person
.
lastNameKey
):
person
.
lastName
]
x
=
[
'2'
:
1
,
<
warning descr
=
"Duplicate element in the map"
>
'2'
</
warning
>:
2
]