[FIR]: add missed bindings for WrappedReceiverParameterDescriptor.

This commit is contained in:
Juan Chen
2020-01-03 09:39:14 -08:00
committed by Mikhail Glukhikh
parent ea267d9ef4
commit d3b21aed8a
5 changed files with 12 additions and 8 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface B<T> {
fun foo(dd: T): T = dd
}