Methods and computed properties can be written as one-liners like ``` method someMethod -> "Return value" .twotimesfour -> 2 * 4 ``` For some reason it's not working for functions. It should. Anons too. ``` func F -> "ret" $f = func -> "ret" ```
Methods and computed properties can be written as one-liners like
For some reason it's not working for functions. It should. Anons too.