From 6b1654834fdb03ba73d7f9fad7b0735024e0d688 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Thu, 27 Jun 2013 22:09:38 +0200 Subject: SI-7620 Remove floating-point-literals-without-digit-after-dot --- test/files/pos/t2081.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos') diff --git a/test/files/pos/t2081.scala b/test/files/pos/t2081.scala index d772c02dc2..f4f21600c6 100644 --- a/test/files/pos/t2081.scala +++ b/test/files/pos/t2081.scala @@ -7,5 +7,5 @@ object ScalaForRubyists { val x = 10.days // a couple parser corner cases I wanted not to break - val y = 5.e0 + 5e7 + val y = 5.0e0 + 5e7 } -- cgit v1.2.3