correct access flags for package private (coming from java) #KT-2781 fixed

This commit is contained in:
Alex Tkachman
2012-09-16 10:08:36 +03:00
parent 99196c187b
commit e317764a88
8 changed files with 74 additions and 14 deletions
@@ -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);
}
}