mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-09 08:31:29 +00:00
10 lines
147 B
Java
10 lines
147 B
Java
package test;
|
|
|
|
|
|
class ArrayOfIntArray {
|
|
{
|
|
Integer[][] a = new Integer[0][];
|
|
Integer[][] r = TestPackage.ohMy(a, null);
|
|
}
|
|
}
|