[FIR] Support type aliases in double colon expression resolver
This commit is contained in:
@@ -11,5 +11,5 @@ inline fun <T, R> Iterable<T>.myMap(transform: (T) -> R): List<R> {
|
||||
}
|
||||
|
||||
fun usesGlobal(p: List<Global>) {
|
||||
p.<!INAPPLICABLE_CANDIDATE!>myMap<!>(Global::toUpperCase)
|
||||
p.myMap(Global::toUpperCase)
|
||||
}
|
||||
Reference in New Issue
Block a user