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>
}