mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
12 lines
102 B
Java
12 lines
102 B
Java
class Test {
|
|
{
|
|
foo(new Bar());
|
|
}
|
|
private static void <caret>foo(Bar b){}
|
|
|
|
}
|
|
|
|
class Bar {
|
|
|
|
}
|