KT-1535 test for obsolete issue

This commit is contained in:
Alex Tkachman
2012-08-06 10:55:37 +03:00
parent 532c5b791c
commit 68e436610c
2 changed files with 23 additions and 0 deletions
@@ -523,4 +523,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt454.kt");
}
public void testKt1535() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt1535.kt");
}
}