I know the following code is valid. It makes the object and calls its fooMethod method.
fooMethod
new FooClass.fooMethod();
But based on t