diff options
Diffstat (limited to 'typecheck/tests/SimpleArray.java')
-rw-r--r-- | typecheck/tests/SimpleArray.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/typecheck/tests/SimpleArray.java b/typecheck/tests/SimpleArray.java deleted file mode 100644 index 9a98d99..0000000 --- a/typecheck/tests/SimpleArray.java +++ /dev/null @@ -1,6 +0,0 @@ -class SimpleArithmetic{ - public static void main(String[] a){ - int[] x; - x[0] = 2; - } -} |