JS: support int overflow behaviour in augmented assignment

This commit is contained in:
Alexey Andreev
2016-12-07 15:03:46 +03:00
parent c411a8febe
commit eb5c79c70d
8 changed files with 71 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package foo
// CHECK_CONTAINS_NO_CALLS: factAbsNoInline1
// CHECK_CONTAINS_NO_CALLS: factAbsNoInline1 except=imul
internal class State(value: Int) {
public var value: Int = value