// A minimal class, with one "method" (the constructor) public class Mini { public Mini() { super(); return; } }