01: package org.eclipse.debug.jdi.tests.program; 02: 03: /** 04: * Test class with handle to the singleton <code>MainClass</code> 05: */ 06: public class RefClass2 { 07: /** 08: * A handle to the singleton <code>MainClass</code> 09: */ 10: public Object temp2 = MainClass.fObject; 11: 12: }