mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
10 lines
135 B
Java
Vendored
10 lines
135 B
Java
Vendored
package test;
|
|
|
|
|
|
class ArrayOfIntArray {
|
|
{
|
|
int[][] a = new int[0][];
|
|
int[][] r = ArrayOfIntArrayKt.ohMy(a);
|
|
}
|
|
}
|