blob: aa5945895222a51de315dfac4336ba40eeb33dbf [file] [log] [blame]
class Foo {
{
foo("someTestAttachment", "".getByt<caret>)
}
void foo(String s, byte[] z) {}
}