diff --git a/.idea/OneTest.iml b/.idea/OneTest.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/OneTest.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..087c77c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/two/src/twotest.java b/two/src/twotest.java new file mode 100644 index 0000000..d9684a9 --- /dev/null +++ b/two/src/twotest.java @@ -0,0 +1,7 @@ +public class twotest +{ + @Override + public int hashCode() { + return super.hashCode(); + } +} diff --git a/two/two.iml b/two/two.iml new file mode 100644 index 0000000..37cc804 --- /dev/null +++ b/two/two.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file