01: package org.eclipse.debug.jdi.tests.program;
02:
03: /**
04: * Test class with a handle to the singleton of <code>MainClass</code>
05: */
06: publicclass RefClass1 {
07: /**
08: * A handle to the singleton <code>MainClass</code>
09: */
10: publicObject obj = MainClass.fObject;
11: }