Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
ArrayOfIntArray.java
blob: 551dd3c0b52e24ba9073ea5a4972db40d306f84d [
file
]
package
test
;
class
ArrayOfIntArray
{
{
int
[][]
a
=
new
int
[
0
][];
int
[][]
r
=
ArrayOfIntArrayKt
.
ohMy
(
a
);
}
}