blob: 282ab988d8958cc2f8475ec7353483ea641c473b [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();
}
}