mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
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