This doesn't seem possible. I tried declaring `fun...
# getting-started
r
This doesn't seem possible. I tried declaring
func
as
Any
and using a when-check to call the according function depending on the type of
func
, but even that doesn't work as the Kotlin function types are erased at runtime 😕