blob: 8c1beebdf0b5fe3216303f60dc39cdab684b7468 [file] [log] [blame]
import static foo.Clazz.Foo.Const_1;
class MyObject{
public void doIt(){
foo.Clazz.Fo<caret>o.Const_1;
}
}