What is the syntax for a constructor reference to ...
# announcements
d
What is the syntax for a constructor reference to a nested class?
::Outer.Inner
tries to make
::Outer
a reference and then marks
.Inner
as a syntax error.