If the sealed class is a inner class, all its chil...
# announcements
e
If the sealed class is a inner class, all its child class have to be inside the
{}
of
Foo
. I think its due to the inner class can only be aware of the outer class only, but not other inner class.