1+ //<Expects id="FS1156" span="(18,11-18,13)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
2+ //<Expects id="FS1156" span="(18,14-18,19)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
3+ //<Expects id="FS0599" span="(18,13-18,14)" status="error">Missing qualification after '.'</Expects>
4+ //<Expects id="FS1156" span="(19,11-19,19)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
5+ //<Expects id="FS1156" span="(20,29-20,42)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
6+ //<Expects id="FS1156" span="(22,10-22,13)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
7+ //<Expects id="FS1156" span="(23,10-23,15)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
8+ //<Expects id="FS1156" span="(24,10-24,15)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
9+ //<Expects id="FS1156" span="(25,10-25,15)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
10+ //<Expects id="FS1156" span="(26,10-26,14)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
11+ //<Expects id="FS1156" span="(27,10-27,15)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
12+ //<Expects id="FS1156" span="(28,10-28,15)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
13+ //<Expects id="FS1156" span="(29,10-29,15)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
14+ //<Expects id="FS1156" span="(30,11-30,18)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
15+ //<Expects id="FS1156" span="(31,11-31,18)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
16+ //<Expects id="FS1156" span="(32,11-32,16)" status="error">This is not a valid numeric literal. Valid numeric literals include</Expects>
17+
18+ let pi1 = 3_.1415 F
19+ let pi2 = 3. _ 1415F
20+ let socialSecurityNumber1 = 999_99_9999_ L
21+ let x1 = _ 52
22+ let x2 = 52_
23+ let x3 = 0_ x52
24+ let x4 = 0 x_ 52
25+ let x5 = 0x52_
26+ let x6 = 052_
27+ let x7 = 0_ o52
28+ let x8 = 0 o_ 52
29+ let x9 = 0o52_
30+ let x10 = 2.1_e2 F
31+ let x11 = 2.1 e_ 2F
32+ let x12 = 1.0_ F
0 commit comments