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