Join Slack
Powered by
if I have an extension function `fun Foo<T>....
# announcements
m
mikehearn
02/26/2016, 3:19 PM
if I have an extension function
fun Foo<T>.something()
and another
fun Foo<Concrete>.something()
, how comes
Foo<Concrete>.something()
isn't resolved to the more specific form?
Open in Slack
Previous
Next