summaryrefslogtreecommitdiff
path: root/test/files/run/t9697.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-09-27 08:05:47 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2016-09-28 10:18:15 +0200
commitad6bf3033fbdbd1d2c8bdea245f8347cfe292c1b (patch)
tree7731dbe7c1216e2aab8f3b00f6c94e750386b194 /test/files/run/t9697.check
parent19f6209e5b1db295320bfbd3ef00eeaa729c1eec (diff)
downloadscala-ad6bf3033fbdbd1d2c8bdea245f8347cfe292c1b.tar.gz
scala-ad6bf3033fbdbd1d2c8bdea245f8347cfe292c1b.tar.bz2
scala-ad6bf3033fbdbd1d2c8bdea245f8347cfe292c1b.zip
SI-4683 fix $outer accesses in class bodies extending DelayedInit
Constructors rewrites references to parameter accessor methods in the constructor to references to parameters. It avoids doing so for subclasses of DelayedInit. This commit makes sure the rewrite does not happen for the $outer paramter, a case that was simply forgotten.
Diffstat (limited to 'test/files/run/t9697.check')
-rw-r--r--test/files/run/t9697.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t9697.check b/test/files/run/t9697.check
index bbd9fd19cf..2a4f01c14f 100644
--- a/test/files/run/t9697.check
+++ b/test/files/run/t9697.check
@@ -1 +1 @@
-warning: there were 6 deprecation warnings (since 2.11.0); re-run with -deprecation for details
+warning: there were 9 deprecation warnings (since 2.11.0); re-run with -deprecation for details