I\'m trying to make a Tetris game and I\'m getting the compiler error
Shape is not an enclosing class
when I try t
As stated in the docs:
OuterClass.InnerClass innerObject = outerObject.new InnerClass();