In the previous lesson, they have the line:
Zoo.Mouse mouse = new Zoo.Mouse();
Why isn't the solution:
obj = new Solution.TEST();
This won't compile, it says it doesn't know what TEST is.