|
Java example source code file (T6747671.java)
The T6747671.java Java example source code/** * @test /nodynamiccopyright/ * @bug 6747671 8022567 * @summary -Xlint:rawtypes * @compile/ref=T6747671.out -XDrawDiagnostics -Xlint:rawtypes T6747671.java */ class T6747671<E> { static class B<X> {} class A<X> { class X {} class Z<Y> {} } A.X x1;//raw warning A.Z z1;//raw warning T6747671.B<Integer> b1;//ok T6747671.B b2;//raw warning A<String>.X x2;//ok A<String>.Z Other Java examples (source code examples)Here is a short list of links related to this Java T6747671.java source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.