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