Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
NativeMapAssignability.groovy
blob: 1077a1edbb0e6ed1428c6d8309a3d78cac2911c5 [
file
] [
log
] [
blame
]
def
foo
(
Map
<
String
,
Map
<
String
,
Object
>>
m
)
{}
foo
(
a
:[
b
:
'c'
])
foo
<
warning descr
=
"'foo' in 'NativeMapAssignability' cannot be applied to '(['a':java.lang.String])'"
>(
a
:
'b'
)</
warning
>
foo
(
a
:[(
2
):
4
])