KT-817 Wrong code on prefix increment operators.

This commit is contained in:
pTalanov
2012-03-13 17:41:08 +04:00
parent 515b701383
commit af690fb02a
6 changed files with 52 additions and 64 deletions
@@ -81,6 +81,10 @@ public final class MiscTest extends AbstractExpressionTest {
checkFooBoxIsTrue("KT-1361-2.kt");
}
public void testKt817() throws Exception {
checkFooBoxIsTrue("KT-817.kt");
}
//TODO: depends on KT-1198
//TODO: look into BindingContext.VARIABLE_REASSIGNMENT
// public void testKt740_3() throws Exception {