|
Java example source code file (T8023549.java)
The T8023549.java Java example source code/* * @test /nodynamiccopyright/ * @bug 8023549 * @summary Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied * @compile/fail/ref=T8023549.out -XDrawDiagnostics T8023549.java */ public class T8023549 { static class Foo<X> { } interface Supplier<X> { X make(); } interface ExtSupplier<X> extends Supplier Other Java examples (source code examples)Here is a short list of links related to this Java T8023549.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.