2 // This test shows how a variable can be created with the
3 // same name as the class, and then the class referenced again
5 // This was a bug exposed by Digger, as we incorrectly tried to
6 // do some work ahead of time during the resolution process
7 // (ie, we created LocalVariableReferences for the int variable `Ghost',
8 // which stopped `Ghost' from being useful as a type afterwards
13 public static int Main ()