summaryrefslogtreecommitdiff
path: root/test/files/run/constrained-types.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-05-26 04:43:01 +0000
committerPaul Phillips <paulp@improving.org>2011-05-26 04:43:01 +0000
commit3f192157811eb268d46f3a71011a5b2b966faa14 (patch)
tree58259d2ca3e449288368fe24a8ebc5305cb345b2 /test/files/run/constrained-types.check
parentd3ff7ee9fcac1d10c145bbd1f37a69b989a73cdf (diff)
downloadscala-3f192157811eb268d46f3a71011a5b2b966faa14.tar.gz
scala-3f192157811eb268d46f3a71011a5b2b966faa14.tar.bz2
scala-3f192157811eb268d46f3a71011a5b2b966faa14.zip
Finished reverting the misbegotten r23262, no r...
Finished reverting the misbegotten r23262, no review.
Diffstat (limited to 'test/files/run/constrained-types.check')
-rw-r--r--test/files/run/constrained-types.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/constrained-types.check b/test/files/run/constrained-types.check
index 6919eca9bc..66580f063a 100644
--- a/test/files/run/constrained-types.check
+++ b/test/files/run/constrained-types.check
@@ -100,7 +100,7 @@ scala> def m = {
val y : String @Annot(x) = x
y
} // x should not escape the local scope with a narrow type
-m: String @Annot("three")
+m: java.lang.String @Annot(x) forSome { val x: java.lang.String }
scala>