FIR checker: fix positioning of CONFLICTING_IMPORT

FE1.0 puts it on the alias when applicable.
This commit is contained in:
Tianyu Geng
2021-10-19 16:13:05 -07:00
committed by Mikhail Glukhikh
parent 4ad5f01324
commit 52b247937e
6 changed files with 30 additions and 3 deletions
@@ -46,4 +46,8 @@ import a.B
// FILE: 6.kt
import a.<!CONFLICTING_IMPORT!>B<!>
import b.<!CONFLICTING_IMPORT!>B<!>
import b.<!CONFLICTING_IMPORT!>B<!>
// FILE: 7.kt
import a.B as <!CONFLICTING_IMPORT!>Foo<!>
import b.B as <!CONFLICTING_IMPORT!>Foo<!>