What the difference if I extend simple function like this
typealias SimpleFunction = ()->Unit
class Foo : SimpleFunction …
but i cant extend suspend alias
typealias SuspendFunction = (suspend ()->Unit)
is this can be possible in the future or may be some of you know the hack )
Thanks in advice