[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs0053.cs
index 2a5c453a181444de1b51a722b18e92e7ddafa9a8..3389f8e3932b1c824d227ef688ee296e315be3e9 100644 (file)
@@ -1,4 +1,4 @@
-// cs0053.cs: Inconsistent accessibility. Property type is less accessible than property.
+// CS0053: Inconsistent accessibility: property type `ErrorCS0053' is less accessible than property `Foo.Property'
 // Line: 11
 
 using System;