Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
MapNotAcceptedAsStringParameter.groovy
blob: 8126990df5396ef54db4e911fb142c643c1b154c [
file
] [
log
] [
blame
]
class
A
{
void
method
(
String
m
)
{}
{
method
<
warning descr
=
"'method' in 'A' cannot be applied to '([:])'"
>([:])</
warning
>
}
}