Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0056.cs
index bdeb039581feac54f5fc92732c56ed6c17063e42..3fa4297af9ec5d28bbfc7365c5305872144ffacb 100644 (file)
@@ -1,4 +1,4 @@
-// cs0056.cs: Incompatible accessibility. Operator return type is less accessible than operator.
+// CS0056: Inconsistent accessibility: return type `ErrorCS0056' is less accessible than operator `Foo.implicit operator ErrorCS0056(Foo)'
 // Line: 11
 
 using System;