test for KT-1247 (duplicate of KT-1918)

This commit is contained in:
Dmitry Jemerov
2012-06-02 23:24:14 +02:00
parent 58666f3eb7
commit 2020446412
2 changed files with 11 additions and 0 deletions
@@ -392,6 +392,11 @@ public class ClassGenTest extends CodegenTestCase {
blackBoxFile("regressions/kt1918.kt");
}
public void testKt1247() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
blackBoxFile("regressions/kt1247.kt");
}
public void testKt1980() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
blackBoxFile("regressions/kt1980.kt");