Skip to content

Commit f44f637

Browse files
committed
Remove unhelpful example
1 parent b5d42ab commit f44f637

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

standard/lexical-structure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ The value of a real literal of type `float` or `double` is determined by using t
763763
> 15D // double
764764
> 19.73M // decimal
765765
> 1.F // parsed as a member access of F due to non-digit after .
766-
> _1.2F // invalid; _1 is an identifier due to leading _
767766
> 1_.2F // invalid; no trailing _ allowed in integer part
768767
> 1._234 // parsed as a member access of _234 due to non-digit after .
769768
> 1.234_ // invalid; no trailing _ allowed in fraction

0 commit comments

Comments
 (0)