提交 4901a8fd 编写于 作者: J jjg

6855563: test broken after merge with latest parser

Reviewed-by: jjg
Contributed-by: mali@csail.mit.edu
上级 15572fb1
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* @bug 6843077 * @bug 6843077
* @summary test old array syntax * @summary test old array syntax
* @author Mahmood Ali * @author Mahmood Ali
* @compile/fail/ref=OldArray.out -XDrawDiagnostics -source 1.7 OldArray.java * @compile/fail -XDrawDiagnostics -source 1.7 OldArray.java
*/ */
class OldArray { class OldArray {
String [@A] s() { return null; } String [@A] s() { return null; }
......
OldArray.java:32:11: compiler.err.expected: ']'
1 error
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册