mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-07 22:00:39 +07:00
7 lines
110 B
Java
7 lines
110 B
Java
class Foo {
|
|
{
|
|
foo("someTestAttachment", "".getByt<caret>)
|
|
}
|
|
|
|
void foo(String s, byte[] z) {}
|
|
} |