Package class name computation changed
This commit is contained in:
@@ -117,7 +117,7 @@ public class KotlinLightClassCoherenceTest extends KotlinAsJavaTestBase {
|
||||
}
|
||||
|
||||
public void testPackage() throws Exception {
|
||||
doTest("test.namespace");
|
||||
doTest("test.TestPackage");
|
||||
}
|
||||
|
||||
public void testNoModifiers() throws Exception {
|
||||
|
||||
@@ -133,7 +133,7 @@ public abstract class KotlinLightClassTest extends KotlinAsJavaTestBase {
|
||||
}
|
||||
|
||||
public void testPackage() throws Exception {
|
||||
checkModifiers("test." + PackageClassUtils.getPackageClassName(new FqName("test")), PUBLIC, FINAL);
|
||||
checkModifiers("test.TestPackage", PUBLIC, FINAL);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user