blob: 8c869d73ae8cc02aec1f4a2fef55761cf9e26abf [file] [log] [blame]
package test0345;
public class A {
Bar.B[] field= new Bar.B[]{
new Bar.B()
};
void f(){
int temp;
}
}
class Bar{
static class B{}
}