FIR call resolve: set values of dispatch & extension receivers

This commit is contained in:
Mikhail Glukhikh
2019-08-27 17:43:32 +03:00
parent 67a7243361
commit b531e535b6
81 changed files with 337 additions and 237 deletions
+4 -4
View File
@@ -5,16 +5,16 @@ FILE: B.kt
}
public final override fun foo(): R|B| {
^foo this#
^foo this@R|/B|
}
public final fun bar(): R|B| {
^bar this#
^bar this@R|/B|
}
public final fun test(): R|kotlin/Unit| {
R|/B.foo|()
R|/B.bar|()
D|this@R|/B||.R|/B.foo|()
D|this@R|/B||.R|/B.bar|()
}
}