We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b08b87 commit 2ab5f7bCopy full SHA for 2ab5f7b
tests/neg/floatlits.scala
@@ -7,5 +7,5 @@ object Test {
7
val a = 1.0e2
8
val b = 1e-3
9
10
- val x = 2. // error: identifier expected
11
-}
+ val x = 2.
+} // error: identifier expected
0 commit comments