i am doing something dumb.. any idea why does this...
# getting-started
p
i am doing something dumb.. any idea why does this not compile?
Copy code
val f: () -> String = fun() {
    return "Hello"
}