langtools/test/tools/javac/6668794/badSource/Test.java
author peterz
Fri, 28 May 2010 13:32:40 +0400
changeset 5594 3db39773da2e
parent 169 ff76730e430e
child 37633 d16d6d59446d
permissions -rw-r--r--
6954231: SynthTextPaneUI.installUI() doesn't set component to opaque even if prop was not set by client progr Reviewed-by: alexp

/*
 * @test /nodynamiccopyight/
 * @bug 6668794 6668796
 * @summary javac puts localized text in raw diagnostics
 *      bad diagnostic "bad class file" given for source files
 * @compile/fail/ref=Test.out -XDrawDiagnostics Test.java
 */

class Test {
    p.A a;
}