summaryrefslogtreecommitdiff
path: root/test/files/neg/t0209.check
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-01 17:51:19 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-01 17:51:19 +0000
commit78ab4f9e7a46c913ce3f46204a7eea430ad24131 (patch)
tree40617164d897b6532b33f33b355bb5bfb406ef85 /test/files/neg/t0209.check
parentf8625982203331b3403eeb05833ae4ca1b6621a9 (diff)
downloadscala-78ab4f9e7a46c913ce3f46204a7eea430ad24131.tar.gz
scala-78ab4f9e7a46c913ce3f46204a7eea430ad24131.tar.bz2
scala-78ab4f9e7a46c913ce3f46204a7eea430ad24131.zip
Fix for #483.
Diffstat (limited to 'test/files/neg/t0209.check')
-rw-r--r--test/files/neg/t0209.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0209.check b/test/files/neg/t0209.check
index 38b911533f..1904e58e7a 100644
--- a/test/files/neg/t0209.check
+++ b/test/files/neg/t0209.check
@@ -1,6 +1,6 @@
t0209.scala:15: error: type mismatch;
found : C
- required: _1 where val _1: A
+ required: _1.type where val _1: A
(new B: A).f(new C)
^
one error found