blob: 0299c06bafcd072ce0a36160f072a41f4b5b0a62 [file] [log] [blame]
package simple_in;
public class TestTypeArray {
public void main() {
/*]*/foo(null);/*[*/
}
public void foo(TestTypeArray[][] x) {
x= new TestTypeArray[10][];
}
}