KT-723 optional boxing after call to .inc()

This commit is contained in:
Alex Tkachman
2012-02-17 09:08:41 -05:00
parent 614c5018f6
commit 082fdebaae
3 changed files with 16 additions and 2 deletions
@@ -285,4 +285,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testKt1213() throws Exception {
// blackBoxFile("regressions/kt1213.kt");
}
public void testKt723() throws Exception {
blackBoxFile("regressions/kt723.kt");
}
}