325N/A/**
383N/A * @test /nodynamiccopyright/
325N/A * @bug 6860795
325N/A * @summary NullPointerException when compiling a negative java source
325N/A * @author mcimadamore
325N/A * @compile/fail/ref=T6860795.out -XDrawDiagnostics T6860795.java
325N/A */
325N/A
325N/Aclass Test {
325N/A void foo(float x, int x) {}
325N/A}