jdk-24/test/langtools/tools/javac/CompoundBox.java

15 lines
247 B
Java
Raw Normal View History

2007-12-01 00:00:00 +00:00
/*
* @test /nodynamiccopyright/
2007-12-01 00:00:00 +00:00
* @bug 4960369
* @summary drop compound boxing operations
* @author gafter
*
* @compile/fail/ref=CompoundBox.out -XDrawDiagnostics CompoundBox.java
2007-12-01 00:00:00 +00:00
*/
class CompoundBox {
{
Float f = 3;
}
}