I think `Foo::hello` returns the function associat...
# announcements
k
I think
Foo::hello
returns the function associated with the
Foo
instance already, similar to how
this::hello
would. So
Foo::hello
is a
(String) -> Unit
.