blob: 28cefd2acf0d2c8a4e6a27b5b6a3272e05588201 [file] [log] [blame]
package p;
public class B{
B[] m(){
return (B[])new B[3];
}
};