Two of my classes implement an interface with a fu...
# announcements
t
Two of my classes implement an interface with a function that returns some enum. But I know for a fact that one of the classes can only ever return a subset of that interface's enum. Is there any way I can model that in the type system?