[FE 1.0] Take into account import aliases during hidden member resolution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlin.collections.forEach as forEach1
|
||||
|
||||
fun foo() {
|
||||
<!UNRESOLVED_REFERENCE!>z<!>.a.forEach1 { }
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlin.collections.forEach as forEach1
|
||||
|
||||
fun foo() {
|
||||
<!UNRESOLVED_REFERENCE!>z<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>a<!>.<!OVERLOAD_RESOLUTION_AMBIGUITY!>forEach1<!> { }
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package
|
||||
|
||||
public fun foo(): kotlin.Unit
|
||||
Reference in New Issue
Block a user