|
Java example source code file (T6425594.java)
The T6425594.java Java example source code/* * @test /nodynamiccopyright/ * @bug 6424491 * @summary javac accepts illegal forward references * @author Peter von der Ah\u00e9 * @compile/fail/ref=T6425594.out -XDrawDiagnostics -XDuseBeforeDeclarationWarning T6425594.java */ public class T6425594 { static int x = T6425594.x; static final int y = z; static final int z = 0; } Other Java examples (source code examples)Here is a short list of links related to this Java T6425594.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.