Minor: fix compile errors in java test data
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import testing.TestingPackage
|
||||
import testing.TestingPackage;
|
||||
|
||||
class KotlinClassUsedFromJava {
|
||||
class KotlinPackageClassUsedFromJava {
|
||||
void test() {
|
||||
<caret>TestingPackage.foo()
|
||||
<caret>TestingPackage.foo();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user