mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 03:51:12 +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;
|
|
}
|