FIR checker: fix positioning of CONFLICTING_IMPORT
FE1.0 puts it on the alias when applicable.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
4ad5f01324
commit
52b247937e
@@ -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<!>
|
||||
|
||||
Reference in New Issue
Block a user