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/neg/ambiguous-float-dots2.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'test/files/neg/ambiguous-float-dots2.scala') diff --git a/test/files/neg/ambiguous-float-dots2.scala b/test/files/neg/ambiguous-float-dots2.scala index 87e948db35..b1615c9273 100644 --- a/test/files/neg/ambiguous-float-dots2.scala +++ b/test/files/neg/ambiguous-float-dots2.scala @@ -4,7 +4,6 @@ class A { class B { val x1 = 5.f - val y0 = 055 } class D { -- cgit v1.2.3