summaryrefslogtreecommitdiff
path: root/test/files/pos/bug788.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug788.scala')
-rw-r--r--test/files/pos/bug788.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/pos/bug788.scala b/test/files/pos/bug788.scala
index 23ffa4a52d..19638dd170 100644
--- a/test/files/pos/bug788.scala
+++ b/test/files/pos/bug788.scala
@@ -14,7 +14,6 @@ trait Test {
def asExpression(e : ExpressionImpl) : Named = {
e match {
case f : NamedImpl => f.self;
- case _ => null;
}
}
}