Join Slack
Powered by
Also note, that `SortAlg` example is not a valid K...
# announcements
o
orangy
09/10/2016, 8:04 PM
Also note, that
SortAlg
example is not a valid Kotlin even without default generic arguments. Even if we fix obvious typo to call
makeSort
on
T
, it wouldn’t be allowed. You can’t call members of companion objects on type parameters, even if reified.
Open in Slack
Previous
Next