[JS IR BE]

* Fix type parameters for callable references
 * Visit IrCallableReference tree as well
This commit is contained in:
Roman Artemev
2018-10-25 12:37:44 +03:00
committed by romanart
parent fb499def59
commit 080e1ad5b5
5 changed files with 26 additions and 4 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
class Wrapper<T>(val value: T)
@@ -1,6 +1,5 @@
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
//For KT-6020
import kotlin.reflect.KProperty1
import kotlin.reflect.KMutableProperty1
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
var recivier : Any? = "fail"
var value2 : Any? = "fail2"
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
//WITH_RUNTIME
fun box(): String {