Skip to content

Commit a6fde97

Browse files
authored
Update Array.java
1 parent a97f0cb commit a6fde97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

com/devkev/devscript/raw/Array.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ public Array(Object... indexes) {
1313
updateArraytype();
1414
}
1515

16-
public Array() {}
16+
public Array() {
17+
updateArraytype();
18+
}
1719

1820
public void push(Object container) {
1921
indexes.add(container);

0 commit comments

Comments
 (0)