correctly coerce values in StackValue.store() (KT-1397)

#KT-1397 fixed
This commit is contained in:
Dmitry Jemerov
2012-06-06 13:40:06 +02:00
parent 5eb11ae754
commit 6b84f5d31a
9 changed files with 82 additions and 49 deletions
@@ -436,4 +436,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt1634() {
blackBoxFile("regressions/kt1634.kt");
}
public void testKt1397() {
blackBoxFile("regressions/kt1397.kt");
}
}