Join Slack
Communities
Powered by
Do I remember incorrectly? I think I was able to d...
# announcements
m
mg6maciej
01/26/2016, 9:34 PM
Do I remember incorrectly? I think I was able to do:
Copy code
val r: Runnable = { }
and now I can only do
Copy code
val r: Runnable = Runnable { }
or shorter
Copy code
val r = Runnable { }
2
Views
Open in Slack
Previous
Next