summaryrefslogtreecommitdiff
path: root/test/files/run/ctries-new/Wrap.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/ctries-new/Wrap.scala')
-rw-r--r--test/files/run/ctries-new/Wrap.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/ctries-new/Wrap.scala b/test/files/run/ctries-new/Wrap.scala
new file mode 100644
index 0000000000..7b645c1612
--- /dev/null
+++ b/test/files/run/ctries-new/Wrap.scala
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+case class Wrap(i: Int) {
+ override def hashCode = i * 0x9e3775cd
+}