[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,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