blob: 6eda15768370680a99d4a392f5e1da8268612a9d [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 5019614
* @summary variance prototype syntax leftover
*
* @compile/fail/ref=ExtraneousEquals.out -XDrawDiagnostics ExtraneousEquals.java
*/
public class ExtraneousEquals {
int[] foo = new int[=] { 1, 2, 3 };
}