JS: disable TemporaryAssignmentElimination, fix KT-15512

This commit is contained in:
Alexey Andreev
2017-01-10 17:47:59 +03:00
parent 7d170c0fcd
commit 10a3fbf53f
9 changed files with 9 additions and 16 deletions
@@ -1,6 +1,3 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
fun testOr(b: Boolean): Boolean {
return b || return !b;
}