Current package members to have less priority than explicit imports
This commit is contained in:
@@ -6,7 +6,7 @@ import testing.TestClass
|
||||
|
||||
class ~same-file~TestClass
|
||||
|
||||
val a1: `same-file`TestClass? = null
|
||||
val a1: `testing`TestClass? = null
|
||||
|
||||
|
||||
//FILE:testing.kt
|
||||
|
||||
Reference in New Issue
Block a user