summaryrefslogtreecommitdiff
path: root/test/files/pos/t9411b.flags
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2016-01-27 19:01:25 +1000
committerJason Zaugg <jzaugg@gmail.com>2016-01-29 11:09:17 +1000
commit79a52e6807d2797dee12bab1730765441a0e222d (patch)
tree7dadef54293eee75a2cf93572a0365bd1bea0dc9 /test/files/pos/t9411b.flags
parentbbd890bf907c00f17df39eb4bc656b30d4317b9a (diff)
downloadscala-79a52e6807d2797dee12bab1730765441a0e222d.tar.gz
scala-79a52e6807d2797dee12bab1730765441a0e222d.tar.bz2
scala-79a52e6807d2797dee12bab1730765441a0e222d.zip
SI-9630 Fix spurious warning related to same-named case accessors
Hash consing of trees within pattern match analysis was broken, and considered `x1.foo#1` to be the same tree as `x1.foo#2`, even though the two `foo`-s referred to different symbols. The hash consing was based on `Tree#correspondsStructure`, but the predicate in that function cannot veto correspondance, it can only supplement the default structural comparison. I've instead created a custom tree comparison method for use in the pattern matcher that handles the tree shapes that we use.
Diffstat (limited to 'test/files/pos/t9411b.flags')
-rw-r--r--test/files/pos/t9411b.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t9411b.flags b/test/files/pos/t9411b.flags
new file mode 100644
index 0000000000..85d8eb2ba2
--- /dev/null
+++ b/test/files/pos/t9411b.flags
@@ -0,0 +1 @@
+-Xfatal-warnings