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