blob: e8b97864f561274e41644633749c8cafb6d3b5ad [file] [log] [blame]
package org.eclipse.debug.jdi.tests.program;
/**
* Test class with a handle to the singleton of <code>MainClass</code>
*/
public class RefClass1 {
/**
* A handle to the singleton <code>MainClass</code>
*/
public Object obj = MainClass.fObject;
}