Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs0077.cs
index 9f826ee8019235fc67a348293574e2b41c0cde4b..a521f77912a549ceaec5a4c5e2b0e868fbc88c4c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0077.cs: The as operator must be used with a reference type (`ErrorCS0077.Foo' is a value type)
+// CS0077: The `as' operator cannot be used with a non-nullable value type `ErrorCS0077.Foo'
 // Line: 10
 
 using System;