[packaging/msbuild] Update commit hash to point to xplat-master HEAD (#5100)
[mono.git] / mcs / errors / cs1105.cs
index 8051dcc10ff4d683ad831a061d382f5dd7e1200c..b2d4379ee7b217313d665f8f325c6e328df36510 100644 (file)
@@ -1,7 +1,6 @@
 // CS1105: `S.Foo(this int?)': Extension methods must be declared static
 // Line: 6
 
-
 static class S
 {
        void Foo (this int? s)