Sign in
code
/
edge
/
openjdk
/
master
/
.
/
langtools
/
test
/
tools
/
javac
/
6668794
/
badSource
/
Test.java
blob: 162493e5ab1d83d3c31b635dd9bde5ac586c55d5 [
file
] [
log
] [
blame
]
/*
* @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
;
}