summaryrefslogtreecommitdiff
path: root/test/files/run/t576.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t576.scala')
-rw-r--r--test/files/run/t576.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t576.scala b/test/files/run/t576.scala
index 756a241572..5c8c9a90cb 100644
--- a/test/files/run/t576.scala
+++ b/test/files/run/t576.scala
@@ -1,3 +1,5 @@
+import scala.language.reflectiveCalls
+
class A {
override def equals(other: Any) = other match {
case _: this.type => true