Seems like without dummy enum it isn’t possible in...
# announcements
s
Seems like without dummy enum it isn’t possible in kotlin…. Because in kotlin it is impossible to create
MyInterface
without real type for
T
, where
T
should be some type such as
T
<: `Enum<T>. UPD: Nothing IS dummy Enum 🙂