No subpackages of current package resolved by short name
This commit is contained in:
+3
@@ -1,10 +1,13 @@
|
||||
// FILE: a.kt
|
||||
package example.ns
|
||||
|
||||
val y : Any? = 2
|
||||
|
||||
// FILE: b.kt
|
||||
package example
|
||||
|
||||
import example.ns
|
||||
|
||||
object Obj {
|
||||
val y : Any? = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user