No, If I require something to be of type `Enum` yo...
# announcements
k
No, If I require something to be of type
Enum
you can pass any enum value, not the enum itself. Similarly, if I use
String
I can pass
"hello"
. That's how type systems work ☺️.