KT-2485 fix - coercion boolean to Any? etc.

This commit is contained in:
Alex Tkachman
2012-08-03 07:00:25 +03:00
parent d6e614a2d4
commit 2df30416cd
4 changed files with 21 additions and 1 deletions
@@ -481,4 +481,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2566_2.kt");
}
public void testKt2485() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxMultiFile("regressions/kt2485.kt");
}
}