@@ -1029,7 +1029,7 @@ lexUnexpectedChar,"Unexpected character '%s'"
102910291153,lexInvalidFloat,"Invalid floating point number"
103010301154,lexOusideDecimal,"This number is outside the allowable range for decimal literals"
103110311155,lexOusideThirtyTwoBitFloat,"This number is outside the allowable range for 32-bit floats"
1032- 1156,lexInvalidNumericLiteral,"This is not a valid numeric literal. Valid numeric literals include 1, 0x1, 0o1, 0b1, 1l (int), 1u (uint32), 1L (int64), 1UL (uint64), 1s (int16), 1y (sbyte), 1uy (byte), 1.0 (float), 1.0f (float32), 1.0m (decimal), 1I (BigInteger )."
1032+ 1156,lexInvalidNumericLiteral,"This is not a valid numeric literal. Valid numeric literals include 1, 0x1, 0o1, 0b1, 1l (int/int32 ), 1u (uint/ uint32), 1L (int64), 1UL (uint64), 1s (int16), 1us (uint16), 1y (int8/ sbyte), 1uy (uint8/ byte), 1.0 (float/double ), 1.0f (float32/single ), 1.0m (decimal), 1I (bigint )."
103310331157,lexInvalidByteLiteral,"This is not a valid byte literal"
103410341158,lexInvalidCharLiteral,"This is not a valid character literal"
103510351159,lexThisUnicodeOnlyInStringLiterals,"This Unicode encoding is only valid in string literals"
@@ -1645,4 +1645,4 @@ reprStateMachineInvalidForm,"The state machine has an unexpected form"
164516453521,tcInvalidMemberDeclNameMissingOrHasParen,"Invalid member declaration. The name of the member is missing or has parentheses."
164616463522,tcAnonRecdDuplicateFieldId,"The field '%s' appears multiple times in this record expression."
164716473523,tcAnonRecdTypeDuplicateFieldId,"The field '%s' appears multiple times in this anonymous record type."
1648- 3524,parsExpectingExpressionInTuple,"Expecting expression"
1648+ 3524,parsExpectingExpressionInTuple,"Expecting expression"
0 commit comments