[JS IR BE] Bridges construction

This commit is contained in:
Svyatoslav Kuzmich
2018-06-28 17:30:48 +03:00
parent a2f89cc711
commit 77ad97a39e
41 changed files with 217 additions and 46 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
interface A<T> {
fun foo(t: T, u: Int) = "A"
}