summaryrefslogtreecommitdiff
path: root/test/files/neg/t2462b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2462b.scala')
-rw-r--r--test/files/neg/t2462b.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/neg/t2462b.scala b/test/files/neg/t2462b.scala
index 7a1389cc8e..576db4bd3f 100644
--- a/test/files/neg/t2462b.scala
+++ b/test/files/neg/t2462b.scala
@@ -7,6 +7,3 @@ trait Meh[-From, +To]
@implicitNotFound(msg = "Cannot construct a collection of type ${To} ${Elem}.")
trait Meh2[-From, +To]
-
-class thankyoupartest { def x = 42 }
-class testmustfail extends thankyoupartest { def x = 43 }