Resolve parenthesized element as expression

This commit is contained in:
Stanislav Erokhin
2015-02-03 21:51:21 +03:00
parent 3b92cab9e0
commit a33450395c
12 changed files with 26 additions and 43 deletions
@@ -15,7 +15,7 @@ open class AllEvenNum() {
}
}
(i = i + 1)
i = i + 1
}
}