mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-12 08:31:33 +00:00
8 lines
118 B
Java
8 lines
118 B
Java
|
|
class ArrayOfIntArray {
|
|
{
|
|
int[][] a = new int[0][];
|
|
int[][] r = _DefaultPackage.ohMy(a);
|
|
}
|
|
}
|