Join Slack
Powered by
How can I use stuff like `let` (<https://kotlinlan...
# announcements
r
richodemus
07/27/2016, 1:23 PM
How can I use stuff like
let
(
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/let.html
) if I do something like
Copy code
val test = "foo" test.let
I can't find the let method/function
Open in Slack
Previous
Next