mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
11 lines
132 B
Java
11 lines
132 B
Java
import static foo.Foo.foo;
|
|
|
|
class Bar {
|
|
{
|
|
System.out.println(foo);
|
|
System.out.println(ba<caret>x);
|
|
}
|
|
|
|
int bar = 42;
|
|
}
|