summaryrefslogtreecommitdiff
path: root/test/files/pos/t8013.flags
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-08-05 23:03:41 -0700
committerSom Snytt <som.snytt@gmail.com>2014-08-12 08:41:14 -0700
commit606a553e12dbc1bda25939dbda3e7fcaaaa678b9 (patch)
treefada590b863e805aa5ace25481e6a36255213b97 /test/files/pos/t8013.flags
parent2e3583b3644f3acd67933b54b9b61e6d60e9b6bb (diff)
downloadscala-606a553e12dbc1bda25939dbda3e7fcaaaa678b9.tar.gz
scala-606a553e12dbc1bda25939dbda3e7fcaaaa678b9.tar.bz2
scala-606a553e12dbc1bda25939dbda3e7fcaaaa678b9.zip
SI-8512 Infer Any for the q
Avoid the widening bug for q. This resolution also suffers from the inference of Any, which can trigger a warning and an anxiety attack. But that's still better than doing the wrong thing. Right?
Diffstat (limited to 'test/files/pos/t8013.flags')
-rw-r--r--test/files/pos/t8013.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t8013.flags b/test/files/pos/t8013.flags
index 954eaba352..3955bb6710 100644
--- a/test/files/pos/t8013.flags
+++ b/test/files/pos/t8013.flags
@@ -1 +1 @@
--Xfatal-warnings -Xlint
+-Xfatal-warnings -Xlint:-infer-any,_