[FIR2IR] Expand typealias in callable reference receiver generation
^KT-56750 Fixed
This commit is contained in:
committed by
Space Team
parent
3ec032212c
commit
d00513599b
+7
@@ -0,0 +1,7 @@
|
||||
object Thing {
|
||||
fun something(thing: String) = thing
|
||||
}
|
||||
|
||||
typealias ThingAlias = Thing
|
||||
|
||||
fun box() = "OK".run(ThingAlias::something)
|
||||
Reference in New Issue
Block a user