Conflicting imports error for imports of classes and packages
This commit is contained in:
@@ -11,7 +11,7 @@ class X
|
||||
// FILE: c.kt
|
||||
package c
|
||||
|
||||
import a.X
|
||||
import b.X
|
||||
import <!CONFLICTING_IMPORT!>a.X<!>
|
||||
import <!CONFLICTING_IMPORT!>b.X<!>
|
||||
|
||||
class Y : <!UNRESOLVED_REFERENCE!>X<!>
|
||||
Reference in New Issue
Block a user