Importing root scope without members.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// FILE: checkAmbiguityBetweenRootAndPackage.kt
|
||||
package test
|
||||
|
||||
val t = <!OVERLOAD_RESOLUTION_AMBIGUITY!>testFun<!>()
|
||||
|
||||
// FILE: checkAmbiguityBetweenRootAndPackageRoot.kt
|
||||
// FILE: root.kt
|
||||
fun testFun() = 12
|
||||
|
||||
// FILE: checkAmbiguityBetweenRootAndPackageTest.kt
|
||||
// FILE: otherPackage.kt
|
||||
package test
|
||||
|
||||
fun testFun() = 12
|
||||
fun testFun() = 12
|
||||
|
||||
// FILE: using.kt
|
||||
import test.*
|
||||
|
||||
val t = <!OVERLOAD_RESOLUTION_AMBIGUITY!>testFun<!>()
|
||||
|
||||
Reference in New Issue
Block a user