summaryrefslogtreecommitdiff
path: root/test/files/run/constrained-types.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-02-01 08:27:02 +0000
committerPaul Phillips <paulp@improving.org>2011-02-01 08:27:02 +0000
commitd59d7f928d8a71d73d198690ab5816af3be90d6b (patch)
treebd3ca5e440def1a4146402a22a9c72ce4d9cf986 /test/files/run/constrained-types.check
parent94bb0a90131ce7f4a228274b8915afb26d64b31c (diff)
downloadscala-d59d7f928d8a71d73d198690ab5816af3be90d6b.tar.gz
scala-d59d7f928d8a71d73d198690ab5816af3be90d6b.tar.bz2
scala-d59d7f928d8a71d73d198690ab5816af3be90d6b.zip
I keep seeing huge simplifications available in...
I keep seeing huge simplifications available in the repl. Lot of interesting features have come to town since it was first conceived. In this commit I give the internal names some tips on aesthetics, and put each line in its own package like civilized artificial constructs. 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 dd21cf0c4e..e22e3a58d5 100644
--- a/test/files/run/constrained-types.check
+++ b/test/files/run/constrained-types.check
@@ -121,7 +121,7 @@ y: java.lang.String = hello
-----
val x = 3 : Int @Annot(e+f+g+h) //should have a graceful error message
-<console>:6: error: not found: value e
+<console>:8: error: not found: value e
val x = 3 : Int @Annot(e+f+g+h) //should have a graceful error message
^