Tryit.java revision 0:9a66ca7c79fa
1127043Sjhb/*
2127043Sjhb * Copyright 2002 Sun Microsystems, Inc.  All Rights Reserved.
3127043Sjhb * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4127043Sjhb *
5127043Sjhb * This code is free software; you can redistribute it and/or modify it
6127043Sjhb * under the terms of the GNU General Public License version 2 only, as
7127043Sjhb * published by the Free Software Foundation.
8127043Sjhb *
9127043Sjhb * This code is distributed in the hope that it will be useful, but WITHOUT
10127043Sjhb * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11127043Sjhb * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12127043Sjhb * version 2 for more details (a copy is included in the LICENSE file that
13127043Sjhb * accompanied this code).
14127043Sjhb *
15127043Sjhb * You should have received a copy of the GNU General Public License version
16127043Sjhb * 2 along with this work; if not, write to the Free Software Foundation,
17127043Sjhb * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18127043Sjhb *
19127043Sjhb * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
20127043Sjhb * CA 95054 USA or visit www.sun.com if you need additional information or
21127043Sjhb * have any questions.
22127043Sjhb */
23127043Sjhb
24127043Sjhb/*
25127043Sjhb * @test
26127043Sjhb * @bug 4686811
27127043Sjhb * @summary package private methods do not override across package boundary
28127043Sjhb * @author gafter
29127043Sjhb *
30127043Sjhb * @compile p1/A.java p1/C.java p2/B.java
31240336Sobrien */
32136224Smtm