From fa40bbd990bab7460365fe49a2c35920d1179178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=AE=87=E9=93=89?= <2430677357@qq.com> Date: Thu, 10 Oct 2024 16:58:13 +0800 Subject: [PATCH] 1 --- .idea/OneTest.iml | 9 +++++++++ .idea/modules.xml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ two/src/twotest.java | 7 +++++++ two/two.iml | 11 +++++++++++ 5 files changed, 42 insertions(+) create mode 100644 .idea/OneTest.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 two/src/twotest.java create mode 100644 two/two.iml 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