We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97f0cb commit a6fde97Copy full SHA for a6fde97
1 file changed
com/devkev/devscript/raw/Array.java
@@ -13,7 +13,9 @@ public Array(Object... indexes) {
13
updateArraytype();
14
}
15
16
- public Array() {}
+ public Array() {
17
+ updateArraytype();
18
+ }
19
20
public void push(Object container) {
21
indexes.add(container);
0 commit comments