correct access flags for package private (coming from java) #KT-2781 fixed
This commit is contained in:
@@ -601,4 +601,9 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("regressions/kt2626.kt");
|
||||
}
|
||||
|
||||
public void testKt2781() throws Exception {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFileWithJava("regressions/kt2781.kt", true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user