[FIR] Apply type arguments for callable references

This commit is contained in:
Mikhail Glukhikh
2020-03-30 11:49:04 +03:00
parent 8fbc6e37e5
commit d4ae992417
9 changed files with 23 additions and 16 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
inline fun <TT> id(x: TT): TT = x
inline fun <TT> String.extId(x: TT): String = this
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_RUNTIME
// WITH_REFLECT