From 87cb6b6545dde381f98b0a4db486df0c7a6a6611 Mon Sep 17 00:00:00 2001
From: Theodore Tsirpanis <12659251+teo-tsirpanis@users.noreply.github.com>
Date: Mon, 1 Oct 2018 00:30:56 +0300
Subject: [PATCH] Add uint16's literal suffix as a valid numeric literal in a
compiler error
---
src/buildfromsource/FSharp.Compiler.Private/FSComp.resx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/buildfromsource/FSharp.Compiler.Private/FSComp.resx b/src/buildfromsource/FSharp.Compiler.Private/FSComp.resx
index be8589241b4..a56052a1e9d 100644
--- a/src/buildfromsource/FSharp.Compiler.Private/FSComp.resx
+++ b/src/buildfromsource/FSharp.Compiler.Private/FSComp.resx
@@ -3082,7 +3082,7 @@
This number is outside the allowable range for 32-bit floats
- This is not a valid numeric literal. Valid numeric literals include 1, 0x1, 0b0001 (int), 1u (uint32), 1L (int64), 1UL (uint64), 1s (int16), 1y (sbyte), 1uy (byte), 1.0 (float), 1.0f (float32), 1.0m (decimal), 1I (BigInteger).
+ This is not a valid numeric literal. Valid numeric literals include 1, 0x1, 0b0001 (int), 1u (uint32), 1L (int64), 1UL (uint64), 1s (int16), 1us (uint16), 1y (sbyte), 1uy (byte), 1.0 (float), 1.0f (float32), 1.0m (decimal), 1I (BigInteger).
This is not a valid byte literal
@@ -4360,4 +4360,4 @@
This type does not inherit Attribute, it will not work correctly with other .NET languages.
-
\ No newline at end of file
+