Package p

Source Code of p.Test

/*
* @test  /nodynamiccopyright/
* @bug 4980495 6260444
* @compile/fail/ref=Test.out -XDrawDiagnostics Test.java p1/A1.java p2/A2.java
*
*/

package p;

import p1.A1.f;
import p2.A2.f;

public class Test {

    public static void main(String argv[]) {
        new f();
    }
}
TOP

Related Classes of p.Test

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.