Skip to content

Commit fcf2168

Browse files
committed
Fix positition of error in neg test
1 parent 727e904 commit fcf2168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/floatlits.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ object Test {
77
val a = 1.0e2
88
val b = 1e-3
99

10-
val x = 2. // error: identifier expected
11-
}
10+
val x = 2.
11+
} // error: identifier expected

0 commit comments

Comments
 (0)