summaryrefslogtreecommitdiff
path: root/test/files/pos/t6595.flags
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-10 14:11:28 -0800
committerPaul Phillips <paulp@improving.org>2012-12-10 15:01:33 -0800
commita9d2568b36c517b4691d2b5fcb60e6a8e30be3a5 (patch)
tree191577ffdec07cfee4db943b5ad1c07e6018cb21 /test/files/pos/t6595.flags
parentc91669772887518aa3d9142eeadb64cc36c35e9a (diff)
downloadscala-a9d2568b36c517b4691d2b5fcb60e6a8e30be3a5.tar.gz
scala-a9d2568b36c517b4691d2b5fcb60e6a8e30be3a5.tar.bz2
scala-a9d2568b36c517b4691d2b5fcb60e6a8e30be3a5.zip
Fix for SI-6595, lost modifiers in early defs.
Saw this by accident; the trees created for early defs would wholesale replace the modifiers with PRESUPER rather than combining them. FINAL was lost that way, as would be any other modifiers which might be valid there.
Diffstat (limited to 'test/files/pos/t6595.flags')
-rw-r--r--test/files/pos/t6595.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t6595.flags b/test/files/pos/t6595.flags
new file mode 100644
index 0000000000..85d8eb2ba2
--- /dev/null
+++ b/test/files/pos/t6595.flags
@@ -0,0 +1 @@
+-Xfatal-warnings