mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-31 07:20:25 +07:00
12 lines
169 B
Java
12 lines
169 B
Java
class A{
|
|
class Constants{
|
|
public static final Constants xxxx;
|
|
}
|
|
|
|
public void foo(Constants s){}
|
|
public void foo(boolean bol){}
|
|
|
|
{
|
|
foo(<caret>equals(null));
|
|
}
|
|
} |