Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/langtools/tools/javac/6668794/badSource/Test.java
41155 views
1
/*
2
* @test /nodynamiccopyright/
3
* @bug 6668794 6668796
4
* @summary javac puts localized text in raw diagnostics
5
* bad diagnostic "bad class file" given for source files
6
* @compile/fail/ref=Test.out -XDrawDiagnostics Test.java
7
*/
8
9
class Test {
10
p.A a;
11
}
12
13