mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package test;
|
||||
|
||||
|
||||
class IntArray {
|
||||
{
|
||||
int[] r = _DefaultPackage.doNothing(new int[0], null);
|
||||
int[] r = TestPackage.doNothing(new int[0], null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user