blob: 5e98305e7dccb11f835129a97e6f7a77e3d78a55 [file] [log] [blame]
package p;
public class A{
A[] m(){
return (A[])new A[3];
}
};