Skip to content

Commit decfee1

Browse files
fixed namespace issue
1 parent 4ef078b commit decfee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/new_ast/Array.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Array {
1+
class ArrayTest {
22
harness static void main() {
33
int[] a0 = new int[5];
44
assert a0.length == 5;

0 commit comments

Comments
 (0)