Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-10-03 13:21:57 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-03 16:24:12 +0300
commitabcca89bd4e256a74f55e46f4c45c25ad9c3cdf2 (patch)
treedd0595f9bd567af1ddb45379af43107bbfb5d779 /mcs/errors
parent56247cecbdce6dc3a14228541bbb7515634f099b (diff)
[mcs] Adds minor langversion support
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/cs1617.cs2
-rw-r--r--mcs/errors/cs8303.cs3
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/errors/cs1617.cs b/mcs/errors/cs1617.cs
index cfa63a7d835..ae9c328960b 100644
--- a/mcs/errors/cs1617.cs
+++ b/mcs/errors/cs1617.cs
@@ -1,3 +1,3 @@
-// CS1617: Invalid -langversion option `ISO'. It must be `ISO-1', `ISO-2', Default or value in range 1 to 7
+// CS1617: Invalid -langversion option `ISO'. It must be `ISO-1', `ISO-2', Default, Latest or value in range 1 to 7.2
// Line: 0
// Compiler options: -langversion:ISO
diff --git a/mcs/errors/cs8303.cs b/mcs/errors/cs8303.cs
new file mode 100644
index 00000000000..2761d41da70
--- /dev/null
+++ b/mcs/errors/cs8303.cs
@@ -0,0 +1,3 @@
+// CS8303: Specified language version `0.5' cannot have leading zeroes
+// Line: 0
+// Compiler options: -langversion:0.5 \ No newline at end of file