Join Slack
Powered by
now Kotlin supports a convention that if you inter...
# language-proposals
v
voddan
11/22/2015, 3:11 PM
now Kotlin supports a convention that if you interop with Java, and want to pass a lambda, instead of casting it to an interface you put the interface's name before it:
Drawable {a -> 239}
Open in Slack
Previous
Next