From d51d08b444e0ea4a2c13b4daf0ce14b53bfbad89 Mon Sep 17 00:00:00 2001 From: Samuel Gruetter Date: Wed, 19 Mar 2014 17:53:49 +0100 Subject: move all tests in tests/untried/neg which use implicits to tests/untried/neg-with-implicits --- tests/untried/neg-with-implicits/t4271.scala | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/untried/neg-with-implicits/t4271.scala (limited to 'tests/untried/neg-with-implicits/t4271.scala') diff --git a/tests/untried/neg-with-implicits/t4271.scala b/tests/untried/neg-with-implicits/t4271.scala new file mode 100644 index 000000000..46ae3ad9e --- /dev/null +++ b/tests/untried/neg-with-implicits/t4271.scala @@ -0,0 +1,12 @@ +object foo { + object Donotuseme + implicit def Ensuring[A](x: A) = Donotuseme + implicit def doubleWrapper(x: Int) = Donotuseme + implicit def floatWrapper(x: Int) = Donotuseme + implicit def intWrapper(x: Int) = Donotuseme + implicit def longWrapper(x: Int) = Donotuseme + implicit def ArrowAssoc[A](x: A) = Donotuseme + 3 to 5 + 5 ensuring true + 3 -> 5 +} -- cgit v1.2.3