https://kotlinlang.org logo
i

ilya.gorbunov

04/15/2016, 5:19 PM
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