Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package test;
|
||||
|
||||
|
||||
class Int {
|
||||
{
|
||||
int r = _DefaultPackage.lll(1);
|
||||
int r = TestPackage.lll(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user