now Kotlin supports a convention that if you inter...
# language-proposals
v
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}