From 73a93505c432b410ae39fb3c4d6168b2e49832ce Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Wed, 13 May 2015 12:08:27 +0200 Subject: Running rewrite tool on run tests. --- tests/pending/run/range.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pending/run/range.scala') diff --git a/tests/pending/run/range.scala b/tests/pending/run/range.scala index 4637ab874..ee934f627 100644 --- a/tests/pending/run/range.scala +++ b/tests/pending/run/range.scala @@ -50,8 +50,8 @@ object Test { } def main(args: Array[String]): Unit = { - implicit val imp1 = Numeric.BigDecimalAsIfIntegral - implicit val imp2 = Numeric.DoubleAsIfIntegral + implicit val imp1: Numeric.BigDecimalAsIfIntegral.type = Numeric.BigDecimalAsIfIntegral + implicit val imp2: Numeric.DoubleAsIfIntegral.type = Numeric.DoubleAsIfIntegral val _grs = List[GR[_]]( GR(BigDecimal(5.0)), -- cgit v1.2.3