|
Java example source code file (T6723444.java)
The T6723444.java Java example source code
/*
* @test /nodynamiccopyright/
* @bug 6723444
*
* @summary javac fails to substitute type variables into a constructor's throws clause
* @author Mark Mahieu
* @compile/fail/ref=T6723444_1.out -Xlint:-options -source 7 -XDrawDiagnostics T6723444.java
* @compile/fail/ref=T6723444_2.out -XDrawDiagnostics T6723444.java
*
*/
public class T6723444 {
static class Foo<X extends Throwable> {
Foo() throws X {}
}
<X extends Throwable> T6723444()
throws X {}
<X extends Throwable> T6723444(Foo
Other Java examples (source code examples)Here is a short list of links related to this Java T6723444.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.