From 9ef5f6817688f814a3450126aa7383b0928e80a0 Mon Sep 17 00:00:00 2001 From: Samuel Gruetter Date: Wed, 12 Mar 2014 22:44:33 +0100 Subject: add tests from scala/test/files/{pos,neg} with explicit Unit return type --- tests/untried/neg/t6567.check | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/untried/neg/t6567.check (limited to 'tests/untried/neg/t6567.check') diff --git a/tests/untried/neg/t6567.check b/tests/untried/neg/t6567.check new file mode 100644 index 000000000..a733d7535 --- /dev/null +++ b/tests/untried/neg/t6567.check @@ -0,0 +1,9 @@ +t6567.scala:8: warning: Suspicious application of an implicit view (Test.this.a2b) in the argument to Option.apply. + Option[B](a) + ^ +t6567.scala:10: warning: Suspicious application of an implicit view (Test.this.a2b) in the argument to Option.apply. + val b: Option[B] = Option(a) + ^ +error: No warnings can be incurred under -Xfatal-warnings. +two warnings found +one error found -- cgit v1.2.3