aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t1803.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t1803.scala')
-rw-r--r--tests/untried/pos/t1803.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/untried/pos/t1803.scala b/tests/untried/pos/t1803.scala
deleted file mode 100644
index 42f4e784a..000000000
--- a/tests/untried/pos/t1803.scala
+++ /dev/null
@@ -1,2 +0,0 @@
-class A { def foo[A](a: A) = a }
-class B extends A { override def foo[A](b) = b }