Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
>
}