FIR2IR converter: handle receivers and parents more correctly

This commit is contained in:
Mikhail Glukhikh
2019-05-14 15:58:50 +03:00
parent 90009f002c
commit 26974788e9
59 changed files with 400 additions and 174 deletions
+1
View File
@@ -10,4 +10,5 @@ class Outer {
}
// FILE: kotlinInnerClass.kt
// FIR_IDENTICAL
fun test(inner: Outer.Inner) = inner.foo()