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