mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Minor, package "test" in compileJavaAgainstKotlin testData
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package test;
|
||||
|
||||
|
||||
class IntWithDefault {
|
||||
{
|
||||
int r = _DefaultPackage.www(1);
|
||||
int r = TestPackage.www(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user