generate hashCode: prevent conflicts with 'Arrays' name

This commit is contained in:
anna
2013-02-12 10:51:56 +01:00
parent 4558b200cc
commit d999759ebe
4 changed files with 29 additions and 1 deletions
@@ -0,0 +1,3 @@
class Arrays {
int[] i;
}