|
Java example source code file (Neg08.java)
The Neg08.java Java example source code/* * @test /nodynamiccopyright/ * @bug 7020043 7020044 * * @summary Check that diamond is not allowed with non-generic class types * @author Rémi Forax * @compile/fail/ref=Neg08.out Neg08.java -XDrawDiagnostics * */ class Neg08 { public static void main(String[] args) { String s = new String<>("foo"); } } Other Java examples (source code examples)Here is a short list of links related to this Java Neg08.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.