2006-03-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / errors / cs0077.cs
index 88dae1d0f0479a1ff9088bb5a68dcae6944411d9..9f826ee8019235fc67a348293574e2b41c0cde4b 100644 (file)
@@ -1,4 +1,4 @@
-// cs0077.cs: As operator can only be used with reference types.
+// cs0077.cs: The as operator must be used with a reference type (`ErrorCS0077.Foo' is a value type)
 // Line: 10
 
 using System;