blob: 30d38832457e01dfb197fd29499766d95bd59138 [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 4960369
* @summary drop compound boxing operations
* @author gafter
*
* @compile/fail/ref=CompoundBox.out -XDrawDiagnostics CompoundBox.java
*/
class CompoundBox {
{
Float f = 3;
}
}