test for already fixed KT-1726

This commit is contained in:
Dmitry Jemerov
2012-06-02 23:27:34 +02:00
parent 2020446412
commit 6e3c02b695
2 changed files with 20 additions and 0 deletions
@@ -406,4 +406,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
blackBoxFile("regressions/kt1578.kt");
}
public void testKt1726() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
blackBoxFile("regressions/kt1726.kt");
}
}