[FIR2IR] Use intersection type approximation for receivers

This commit is contained in:
Mikhail Glukhikh
2020-05-06 16:53:10 +03:00
parent 292563451c
commit d8f9643650
12 changed files with 88 additions and 29 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface A {
fun foo(): Any?
}