blob: 33dbe27cf3404047f571dd0ed6d4a8cf426b5805 [file] [log] [blame]
package p;
import static java.lang.Math.E;
import p.A.Stat;
class Inner {
static class InnerInner {
static class InnerInnerInner {}
}
public void doit() {
A.foo();
A.fred++;
double e= E;
new Stat();
}
}