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