spand
03/18/2019, 10:44 AMrun { ... }
to fun <name>(param1, ...) { ... }
The extract function gives me fun <name>(param1, ...) = { ... }
which also happens to break any return@run
spand
03/18/2019, 10:49 AMribesg
03/18/2019, 10:56 AMrun
returns something so no surprise with the signature, but return@run
should be changed to return
automatically I guess