mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
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
8 lines
55 B
Java
8 lines
55 B
Java
/*
|
|
* /nodynamiccopyright/
|
|
*/
|
|
|
|
class B {
|
|
p.A a;
|
|
}
|