blob: 4006b7dd82ced235924ce6886370b99f6596556d [file] [log] [blame]
class A{
class Constants{
public static final Constants xxxx;
}
public void foo(Constants s){}
public void foo(boolean bol){}
{
foo(Constants.xxxx);<caret>
}
}