"Rename on import" hides importing of the same symbol by other imports with the original name
This commit is contained in:
+4
-1
@@ -2,4 +2,7 @@ package a
|
||||
|
||||
import a.A as ER
|
||||
|
||||
class A()
|
||||
interface A {
|
||||
val a: A
|
||||
val b: ER
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user