mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-12 00:21:30 +00:00
10 lines
129 B
Java
10 lines
129 B
Java
package test;
|
|
|
|
|
|
class ArrayOfIntArray {
|
|
{
|
|
int[][] a = new int[0][];
|
|
int[][] r = TestPackage.ohMy(a);
|
|
}
|
|
}
|