From 33b0e7b1ab0e71f525c75705dcd91b4b7d9d0994 Mon Sep 17 00:00:00 2001 From: Samuel Gruetter Date: Wed, 19 Mar 2014 17:07:46 +0100 Subject: apply srewrite (explicit types for implicits + no procedure syntax for constructors) to tests/untried/pos --- tests/untried/pos/SI-7638.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/untried/pos/SI-7638.scala') diff --git a/tests/untried/pos/SI-7638.scala b/tests/untried/pos/SI-7638.scala index 831475d00..ed581efe9 100644 --- a/tests/untried/pos/SI-7638.scala +++ b/tests/untried/pos/SI-7638.scala @@ -9,7 +9,7 @@ trait ArrayVectorOrder[@specialized(Int) A] extends Ordering[A] { } object vectorOrder { - implicit def arrayOrder[@specialized(Int) A]() = + implicit def arrayOrder[@specialized(Int) A](): miniboxing.tests.compile.ArrayVectorOrder[A] = /* * Before applying patch: * -- cgit v1.2.3