[JS IR BE] Cast types in bridges

This commit is contained in:
Svyatoslav Kuzmich
2018-07-25 15:44:50 +03:00
parent 97faff246d
commit 439350d41a
4 changed files with 19 additions and 14 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
private object EmptyStringMap : Map<String, Nothing> {
override val size: Int get() = 0
override fun isEmpty(): Boolean = true