Jonathan Gibbons 7dbe0828de 6668794: javac puts localized text in raw diagnostics
6668796: bad diagnostic "bad class file" given for source files

Replace internal use of localized text with JCDiagnostic fragments; fix diagnostic for bad source file

Reviewed-by: mcimadamore
2008-03-12 13:06:00 -07:00

8 lines
55 B
Java

/*
* /nodynamiccopyright/
*/
class B {
p.A a;
}