FIR: implement diagnostics for qualifier as stand-alone expression case

This commit is contained in:
Mikhail Glukhikh
2021-04-30 12:25:52 +03:00
parent 84ccf7bbb1
commit 80a449862e
38 changed files with 190 additions and 58 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
package test
import test.C.E1
@@ -16,6 +17,7 @@ class A {
}
fun test() {
// Note: FIR resolve this to test/C instead of test/A.B.C
C
D()
}