blob: 8de7a6bf05aef44f20d93eaa0da447fc0cd24228 [file] [log] [blame]
package p;
import static java.lang.Math.cos;
import p.A.Stat;
class Inner {
static class InnerInner {
static class InnerInnerInner {}
}
public void doit() {
A.foo();
A.fred++;
double d= cos(0);
new Stat();
}
}