why can I not have an enum class inside an inner c...
# getting-started
r
why can I not have an enum class inside an inner class..??
m
I think you cannot do that in Java also
e
To avoid confusion on how it is scoped - statically or per instance of the inner class.