blob: d92e2fe2332fd3789cc473dde1f521a1dbd68d05 [file] [log] [blame]
package p;
public class A {
Inner inner= new Inner();
static class Inner{
}
}