I just wrote this to help with testing: ``` operat...
# random
r
I just wrote this to help with testing:
Copy code
operator fun (((String) -> Any?) -> Any?).invoke(args: Map<String, Any?>) = invoke { args.getValue(it) }
It feels dirty for some reason, but it really does help.