Alias imports to hide symbols by original name from the current package too
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ package a
|
||||
import a.A as ER
|
||||
|
||||
interface A {
|
||||
val a: A
|
||||
val a: <!UNRESOLVED_REFERENCE!>A<!>
|
||||
val b: ER
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user