Merge pull request #3383 from aschackmull/java/printast

Java: Library for pretty-printing AST in linear time.
This commit is contained in:
yo-h
2020-05-08 13:01:39 -04:00
committed by GitHub
2 changed files with 1006 additions and 1 deletions

View File

@@ -413,7 +413,7 @@ class ArrayAccess extends Expr, @arrayaccess {
/**
* An array creation expression.
*
* For example, an expression such as `new String[3][2]` or
* For example, an expression such as `new String[2][3]` or
* `new String[][] { { "a", "b", "c" } , { "d", "e", "f" } }`.
*
* In both examples, `String` is the type name. In the first

File diff suppressed because it is too large Load Diff