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