summaryrefslogtreecommitdiff
path: root/test/files/run/existential-rangepos.check
diff options
context:
space:
mode:
authorFrançois Garillot <francois@garillot.net>2013-09-24 10:21:10 +0200
committerFrançois Garillot <francois@garillot.net>2013-09-24 10:21:10 +0200
commit710401d8aec814d95b25ca2104036aa414a5db35 (patch)
treee6374925f1719b65ceb51202aacfb6257754ff6f /test/files/run/existential-rangepos.check
parent7d570b54c3c895bc8948adeca2e463d135e38feb (diff)
downloadscala-710401d8aec814d95b25ca2104036aa414a5db35.tar.gz
scala-710401d8aec814d95b25ca2104036aa414a5db35.tar.bz2
scala-710401d8aec814d95b25ca2104036aa414a5db35.zip
Revert "Merge pull request #2957 from paulp/pr/parser-improvements"
This reverts commit 884e1ce762d98b29594146d37b85384581d9ba96, reversing changes made to f6fcc4431f272c707d49de68add532c452dd4b0f.
Diffstat (limited to 'test/files/run/existential-rangepos.check')
-rw-r--r--test/files/run/existential-rangepos.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/existential-rangepos.check b/test/files/run/existential-rangepos.check
index f426c6471f..1212b60bae 100644
--- a/test/files/run/existential-rangepos.check
+++ b/test/files/run/existential-rangepos.check
@@ -1,13 +1,13 @@
[[syntax trees at end of patmat]] // newSource1.scala
[0:76]package [0:0]<empty> {
- [15/0:76]abstract class A[[17:18]T[17:18]] extends [20:76][76]scala.AnyRef {
+ [0:76]abstract class A[[17:18]T[17:18]] extends [20:76][76]scala.AnyRef {
[76]def <init>(): [20]A[T] = [76]{
[76][76][76]A.super.<init>();
[20]()
};
- [28:51]private[this] val foo: [28]Set[_ <: T] = [47:51]null;
+ [24:51]private[this] val foo: [28]Set[_ <: T] = [47:51]null;
[28]<stable> <accessor> def foo: [28]Set[_ <: T] = [28][28]A.this.foo;
- [58:74]<stable> <accessor> def bar: [58]Set[_ <: T]
+ [54:74]<stable> <accessor> def bar: [58]Set[_ <: T]
}
}