KT-2416 fix contains for ranges with primitive parameters

This commit is contained in:
Alex Tkachman
2012-08-03 09:15:53 +03:00
parent 8ba9e9f51b
commit 0e4a8660fd
9 changed files with 79 additions and 17 deletions
@@ -366,4 +366,9 @@ public class ControlStructuresTest extends CodegenTestCase {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt2423.kt");
}
public void testKt2416() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2416.kt");
}
}