Do you need to construct non-static inner classes ...
# announcements
d
Do you need to construct non-static inner classes or something? Syntax in Java would be
parentObject.new SubObject()
? That's not currently supported.