KT2482 fix - empty if codegen

This commit is contained in:
Alex Tkachman
2012-08-03 07:53:12 +03:00
parent 40d98dc7ef
commit abee22ccca
3 changed files with 17 additions and 1 deletions
@@ -486,4 +486,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2485.kt");
}
public void testKt2482() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2482.kt");
}
}