jshmrsn
12/15/2015, 1:55 PMfun foo() = {
"hello" // return type is inferred as string
}
Okay, that makes sense. Though I guess I'm still warming up to omitting the return keyword, so I have a small desire to write return "hello"
and still be able to infer the return type