mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
9 lines
114 B
Java
9 lines
114 B
Java
package test;
|
|
|
|
|
|
class IntArray {
|
|
{
|
|
Integer[] r = TestPackage.doNothing(new Integer[0], null);
|
|
}
|
|
}
|