Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
ByteArrayArgument.groovy
blob: e20f290d0fc9ad664f1bfd554e2298bbe1bc9c3e [
file
] [
log
] [
blame
]
def
foo
(
byte
[]
b
)
{}
def
bar
(
byte
[]
b
)
{
foo
(
b
)
foo
<
warning descr
=
"'foo' in 'ByteArrayArgument' cannot be applied to '(java.lang.Integer)'"
>(
239
)</
warning
>
}