<https://kotlinlang.slack.com/archives/getting-sta...
# getting-started
i
https://kotlinlang.slack.com/archives/getting-started/p1460725107001092 If
foo
is a top-level function with one argument you can use callable reference:
x?.let(::foo)
👍 1