[mcs] Add expression bodied syntax for accessors. Fixes #54991
[mono.git] / mcs / errors / cs0120.cs
index 37f038d8abb94a74a4135411a95dd5f47b63f02c..c11560612ee7db8f15ea594ca57cb4727ef2d513 100644 (file)
@@ -1,4 +1,4 @@
-// cs0120.cs: An object reference is required for the nonstatic field, method, or property `test.method()'
+// CS0120: An object reference is required to access non-static member `test.method()'
 // Line: 11
 
 class test {