fixup: updated EXPECTED_REACHABLE_NODES

This commit is contained in:
Anton Bannykh
2017-07-18 14:55:10 +03:00
parent 6ed7eaf546
commit e43a145614
1156 changed files with 1156 additions and 1157 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 894
// EXPECTED_REACHABLE_NODES: 1384
fun imul32(a: Int, b: Int): Int = js("Kotlin").imulEmulated(a, b)
fun imul64(a: Int, b: Int): Int = (a.toLong() * b.toLong()).toInt()