dynamic Call
expect fun dynamicCall( self: Any, methodName: String, args: Array<out Any?>, anyContinuationGen: () -> Continuation<*>): Any?
Content copied to clipboard
actual fun dynamicCall( self: Any, methodName: String, args: Array<out Any?>, anyContinuationGen: () -> Continuation<*>): Any?
Content copied to clipboard