KT-2060 fix

This commit is contained in:
Alex Tkachman
2012-07-11 13:10:54 +03:00
parent 207c75b956
commit 8012725d38
4 changed files with 34 additions and 4 deletions
@@ -466,4 +466,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2391.kt");
}
public void testKt2060() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2060_1.kt", "regressions/kt2060.kt");
}
}