summaryrefslogtreecommitdiff
path: root/test/files/pos/xlint1.flags
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-04-18 11:58:30 -0700
committerPaul Phillips <paulp@improving.org>2013-04-18 11:59:18 -0700
commit8556ca04c466cd7f7412465f02c52b764104f736 (patch)
tree0f847a4c1119fcca236183793a8615bd945341f0 /test/files/pos/xlint1.flags
parent4525e9223a2fb7c1ec3014073566b559e5839805 (diff)
downloadscala-8556ca04c466cd7f7412465f02c52b764104f736.tar.gz
scala-8556ca04c466cd7f7412465f02c52b764104f736.tar.bz2
scala-8556ca04c466cd7f7412465f02c52b764104f736.zip
Quiet down overloaded implicit warning.
Apparently implicit classes product both a method symbol and a module symbol, both of which are marked implicit, which left this warning code believing there was an overloaded implicit method.
Diffstat (limited to 'test/files/pos/xlint1.flags')
-rw-r--r--test/files/pos/xlint1.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/xlint1.flags b/test/files/pos/xlint1.flags
new file mode 100644
index 0000000000..7949c2afa2
--- /dev/null
+++ b/test/files/pos/xlint1.flags
@@ -0,0 +1 @@
+-Xlint -Xfatal-warnings