mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-13 15:52:11 +00:00
8 lines
112 B
Java
8 lines
112 B
Java
|
|
class ArrayOfIntArray {
|
|
{
|
|
int[][] a = new int[0][];
|
|
int[][] r = namespace.ohMy(a);
|
|
}
|
|
}
|