summaryrefslogtreecommitdiff
path: root/test/files/pos/t946.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t946.scala')
-rw-r--r--test/files/pos/t946.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t946.scala b/test/files/pos/t946.scala
index 9f4cdbc043..c4bd6e9ba4 100644
--- a/test/files/pos/t946.scala
+++ b/test/files/pos/t946.scala
@@ -1,7 +1,7 @@
object pmbugbounds {
trait Bar
class Foo[t <: Bar] {}
-
+
(new Foo[Bar]) match {
case _ : Foo[x] => null
}