[FIR] Add object support as implicit invoke receiver

This commit is contained in:
Mikhail Glukhikh
2020-02-12 18:08:41 +03:00
parent a8a696c7e1
commit abfe566255
6 changed files with 38 additions and 20 deletions
@@ -3,5 +3,5 @@ object Foo {
}
fun main() {
<!INAPPLICABLE_CANDIDATE!>Foo<!><Int>()
Foo<Int>()
}