mchung@2802: /* mchung@2802: * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. mchung@2802: * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. mchung@2802: * mchung@2802: * This code is free software; you can redistribute it and/or modify it mchung@2802: * under the terms of the GNU General Public License version 2 only, as mchung@2802: * published by the Free Software Foundation. mchung@2802: * mchung@2802: * This code is distributed in the hope that it will be useful, but WITHOUT mchung@2802: * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or mchung@2802: * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License mchung@2802: * version 2 for more details (a copy is included in the LICENSE file that mchung@2802: * accompanied this code). mchung@2802: * mchung@2802: * You should have received a copy of the GNU General Public License version mchung@2802: * 2 along with this work; if not, write to the Free Software Foundation, mchung@2802: * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. mchung@2802: * mchung@2802: * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA mchung@2802: * or visit www.oracle.com if you need additional information or have any mchung@2802: * questions. mchung@2802: */ mchung@2802: mchung@2802: package p; mchung@2802: mchung@2802: // SubClass only references types in package p mchung@2802: public class SubClass extends C { mchung@2802: }