[JS IR BE] Support Long coercion

This commit is contained in:
Svyatoslav Kuzmich
2018-10-02 19:02:39 +03:00
parent c7bde6a5e6
commit 749556f565
5 changed files with 3 additions and 5 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun box(): String {
val a1: Byte? = 1.plus(1)
val a2: Short? = 1.plus(1)