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