summaryrefslogtreecommitdiff
path: root/test/files/run/t5603.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2013-02-05 11:51:24 +0100
committerEugene Burmako <xeno.by@gmail.com>2013-02-05 20:05:42 +0100
commit570f4a46f663a8f55ce045bfde2d834bd4902f9c (patch)
tree12b710878bff3d01f53a88a46d95dd10edb92d8e /test/files/run/t5603.check
parentc7205317e1fa59430d2372c27c4d0858b05ffdfc (diff)
downloadscala-570f4a46f663a8f55ce045bfde2d834bd4902f9c.tar.gz
scala-570f4a46f663a8f55ce045bfde2d834bd4902f9c.tar.bz2
scala-570f4a46f663a8f55ce045bfde2d834bd4902f9c.zip
[nomaster] Revert "introduces global.pendingSuperCall"
This reverts commit 0ebf72b9498108e67c2133c6522c436af50a18e8. Conflicts: src/compiler/scala/tools/nsc/typechecker/Typers.scala src/reflect/scala/reflect/internal/Trees.scala
Diffstat (limited to 'test/files/run/t5603.check')
-rw-r--r--test/files/run/t5603.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5603.check b/test/files/run/t5603.check
index 3b2eb55313..5127d3c1c7 100644
--- a/test/files/run/t5603.check
+++ b/test/files/run/t5603.check
@@ -12,7 +12,7 @@
[95:101]<paramaccessor> private[this] val i: [98:101]Int = _;
<119:139>def <init>([95]i: [98]Int) = <119:139>{
<119:139>val nameElse = <134:139>"Bob";
- [NoPosition][NoPosition][NoPosition]super.<init>();
+ [94][94][94]super.<init>();
[94]()
};
[168:184]val name = [179:184]"avc";
@@ -20,7 +20,7 @@
};
[215:241]object Test extends [227:241][235:238]App {
[227]def <init>() = [227]{
- [NoPosition][NoPosition][NoPosition]super.<init>();
+ [227][227][227]super.<init>();
[227]()
};
[NoPosition]<empty>