(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0182-1.cs
blobfcc56854b9e097e7ed1d70391747d6b3bcf17fe0
1 // cs0120.cs: An object reference is required for the nonstatic field 'f'
2 // Line: 5
4 using System;
5 [assembly:CLSCompliant (A.f)]
7 public class A
9 public static bool f = true;