9da57d7b0ddd8d73b676ce12c040362132cdd538bt/*
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt *
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * This code is free software; you can redistribute it and/or modify it
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * under the terms of the GNU General Public License version 2 only, as
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * published by the Free Software Foundation.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt *
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * This code is distributed in the hope that it will be useful, but WITHOUT
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * version 2 for more details (a copy is included in the LICENSE file that
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * accompanied this code).
9da57d7b0ddd8d73b676ce12c040362132cdd538bt *
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * You should have received a copy of the GNU General Public License version
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * 2 along with this work; if not, write to the Free Software Foundation,
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt *
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * or visit www.oracle.com if you need additional information or have any
9da57d7b0ddd8d73b676ce12c040362132cdd538bt * questions.
ea65739ebec0cbd625d8c89e19592be58fa186a6chenlu chen - Sun Microsystems - Beijing China */
9da57d7b0ddd8d73b676ce12c040362132cdd538bt
dc0cb1cda72a989d92d813e487cdff59f629aa3fDale Ghentpublic class T3 extends T2 {
9da57d7b0ddd8d73b676ce12c040362132cdd538bt public static void main(String[] args) {
9da57d7b0ddd8d73b676ce12c040362132cdd538bt f();
9da57d7b0ddd8d73b676ce12c040362132cdd538bt if (!ok) throw new Error();
9da57d7b0ddd8d73b676ce12c040362132cdd538bt }
9da57d7b0ddd8d73b676ce12c040362132cdd538bt}
9da57d7b0ddd8d73b676ce12c040362132cdd538bt