summaryrefslogtreecommitdiff
path: root/test/files/neg/t7171b.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2016-03-14 19:17:52 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2016-03-14 19:17:52 -0700
commitd209a377bd73b71cb791f1b262acfe4b20b993c1 (patch)
tree55f100a96e152615502f2885066fd19e1c10017a /test/files/neg/t7171b.check
parent798462e739f23bb498b72675a57e4cc331404945 (diff)
parente7e1c77092ec0d64a6ecbb8b920d1b4cca74837f (diff)
downloadscala-d209a377bd73b71cb791f1b262acfe4b20b993c1.tar.gz
scala-d209a377bd73b71cb791f1b262acfe4b20b993c1.tar.bz2
scala-d209a377bd73b71cb791f1b262acfe4b20b993c1.zip
Merge pull request #4974 from szeiger/wip/patmat-outertest
More conservative optimization for unnecessary outer ref checks
Diffstat (limited to 'test/files/neg/t7171b.check')
-rw-r--r--test/files/neg/t7171b.check8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/files/neg/t7171b.check b/test/files/neg/t7171b.check
index bf695afea7..6b05b6fa63 100644
--- a/test/files/neg/t7171b.check
+++ b/test/files/neg/t7171b.check
@@ -1,6 +1,12 @@
t7171b.scala:2: warning: The outer reference in this type test cannot be checked at run time.
final case class A()
^
+t7171b.scala:8: warning: The outer reference in this type test cannot be checked at run time.
+ case _: A => true; case _ => false
+ ^
+t7171b.scala:13: warning: The outer reference in this type test cannot be checked at run time.
+ case _: A => true; case _ => false
+ ^
error: No warnings can be incurred under -Xfatal-warnings.
-one warning found
+three warnings found
one error found