summaryrefslogtreecommitdiff
path: root/test/files/neg/vincent1.check
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-05-09 15:29:09 +0000
committerpaltherr <paltherr@epfl.ch>2003-05-09 15:29:09 +0000
commit2b22c5eb6afdf086ec83529d23bda9353b1cff54 (patch)
tree24e1bd828618548575c2531035127849173b2716 /test/files/neg/vincent1.check
parent52874b143e7599d268df80e220eac4964c20b201 (diff)
downloadscala-2b22c5eb6afdf086ec83529d23bda9353b1cff54.tar.gz
scala-2b22c5eb6afdf086ec83529d23bda9353b1cff54.tar.bz2
scala-2b22c5eb6afdf086ec83529d23bda9353b1cff54.zip
- Adapted the type signature for the output of ...
- Adapted the type signature for the output of SymbolTablePrinter
Diffstat (limited to 'test/files/neg/vincent1.check')
-rw-r--r--test/files/neg/vincent1.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/vincent1.check b/test/files/neg/vincent1.check
index 82408b8a49..b9243e7560 100644
--- a/test/files/neg/vincent1.check
+++ b/test/files/neg/vincent1.check
@@ -1,4 +1,4 @@
-vincent1.scala:7: type x.type escapes its defining scope as part of test.B with {type T = x.T}
+vincent1.scala:7: type x.type escapes its defining scope as part of test.B { type T = x.T }
def functor(x: A): B { type T = x.T } =
^
one error found