Join Slack
Powered by
Exercise: ``` interface Test<out T> { f...
# announcements
o
orangy
03/24/2016, 6:24 PM
Exercise:
Copy code
interface Test<out T> { fun test2(provider: (() -> T) -> Unit) // ok or nope? }
2
Views
Open in Slack
Previous
Next