FIR: Add bindings for dispatch receiver parameters

Before this commit, such descriptors have null owners, which causes problems when the getter of the owner property is called.
This commit is contained in:
Juan Chen
2019-12-26 16:45:14 -08:00
committed by Mikhail Glukhikh
parent a54ef3e427
commit 4c04ad2371
27 changed files with 3 additions and 29 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// SKIP_JDK6
// TARGET_BACKEND: JVM
// FILE: Simple.java