From 6e372ca4770ff87d81ceb540b87a1f66fc1055aa Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Thu, 22 Jun 2006 14:05:52 +0000 Subject: tweaked the output and the check file --- test/pending/run/impconvtimes.scala | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test/pending/run/impconvtimes.scala (limited to 'test/pending/run') diff --git a/test/pending/run/impconvtimes.scala b/test/pending/run/impconvtimes.scala deleted file mode 100644 index a69610b94a..0000000000 --- a/test/pending/run/impconvtimes.scala +++ /dev/null @@ -1,17 +0,0 @@ -object Test { - abstract class Unit - object NoUnit extends Unit - object Hour extends Unit - - case class Measure(scalar: Double, unit: Unit) { - def *(newUnit: Unit) = Measure(scalar, newUnit) - } - - implicit def double2Measure(scalar: Double) = - Measure(scalar, NoUnit) - - - def main(args: Array[String]): scala.Unit = { - Console.println("3.0 * Hour = " + (3.0 * Hour)) - } -} -- cgit v1.2.3