[FIR2IR] Fix incorrect type of typealias for suspend functional type, ^KT-50997 Fixed
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// ISSUE: KT-50997
|
||||
|
||||
typealias MySuspendFunction = suspend (String) -> Unit
|
||||
fun foo(function: MySuspendFunction) {}
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user