Merge pull request #164 from LogosBible/AppSettingsFileChanges
[mono.git] / mcs / errors / cs0077.cs
index 88dae1d0f0479a1ff9088bb5a68dcae6944411d9..a521f77912a549ceaec5a4c5e2b0e868fbc88c4c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0077.cs: As operator can only be used with reference types.
+// CS0077: The `as' operator cannot be used with a non-nullable value type `ErrorCS0077.Foo'
 // Line: 10
 
 using System;