KT-2480 test for obsolete issue

This commit is contained in:
Alex Tkachman
2012-08-06 10:42:23 +03:00
parent 3f4a197184
commit eaddf5db2d
2 changed files with 18 additions and 0 deletions
@@ -513,4 +513,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2417.kt");
}
public void testKt2480() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2480.kt");
}
}