KT-2275 fix: wrong coercion between nullable primitives

This commit is contained in:
Alex Tkachman
2012-08-06 09:25:20 +03:00
parent 2d63f6f970
commit 59d58648bd
4 changed files with 15 additions and 3 deletions
@@ -443,6 +443,9 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt2269() {
blackBoxFile("regressions/kt2269.kt");
System.out.println(generateToText());
}
public void testKt2275() {
blackBoxFile("regressions/kt2275.kt");
}
}