[JS IR BE] Add Unit return type to function signature

This commit is contained in:
Svyatoslav Kuzmich
2019-05-15 10:35:58 +03:00
parent e8933738ac
commit 23a214710b
9 changed files with 15 additions and 7 deletions
@@ -44,6 +44,7 @@ public actual abstract class AbstractMutableCollection<E> protected actual const
}
}
@JsName("toJSON")
open fun toJSON(): Any = this.toArray()
}