We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088f46d commit 3d90a9bCopy full SHA for 3d90a9b
test/langtools/tools/javac/parser/ExtraImportSemicolon.java
@@ -1,6 +1,6 @@
1
/*
2
* @test /nodynamiccopyright/
3
- * @bug 5059679
+ * @bug 8027682
4
* @summary Verify proper error reporting of extra semicolon before import statement
5
* @compile/fail/ref=ExtraImportSemicolon.out1 -XDrawDiagnostics ExtraImportSemicolon.java
6
* @compile/ref=ExtraImportSemicolon.out2 --release 20 -XDrawDiagnostics ExtraImportSemicolon.java
0 commit comments