Report diagnostic on import with explicit import class if class was imported earlier.
This commit is contained in:
@@ -14,8 +14,8 @@ class D {
|
||||
}
|
||||
|
||||
// FILE: c.kt
|
||||
import <!CONFLICTING_IMPORT!>a.A.B<!>
|
||||
import <!CONFLICTING_IMPORT!>a.D.B<!>
|
||||
import a.A.<!CONFLICTING_IMPORT!>B<!>
|
||||
import a.D.<!CONFLICTING_IMPORT!>B<!>
|
||||
|
||||
fun test(b: <!UNRESOLVED_REFERENCE!>B<!>) {
|
||||
<!UNRESOLVED_REFERENCE!>B<!>()
|
||||
|
||||
Reference in New Issue
Block a user