Join Slack
Powered by
``` fun <T> f(c: Callable<T>) {} ...
# announcements
c
cedric
08/13/2016, 1:49 PM
Copy code
fun <T> f(c: Callable<T>) {} fun g() { f { 0 } // doesn't work f(Callable { 0 }) // works }
Open in Slack
Previous
Next