Also note, that `SortAlg` example is not a valid K...
# announcements
o
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.