summaryrefslogtreecommitdiff
path: root/test/files/neg/t5189.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5189.check')
-rw-r--r--test/files/neg/t5189.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t5189.check b/test/files/neg/t5189.check
index 7762f465dc..aecc1d11c4 100644
--- a/test/files/neg/t5189.check
+++ b/test/files/neg/t5189.check
@@ -1,6 +1,6 @@
t5189.scala:3: error: type mismatch;
- found : Nothing => Any
+ found : T => U
required: Any => Any
def f(x: Any): Any => Any = x match { case Foo(bar) => bar }
^
-one error found \ No newline at end of file
+one error found