// cs0120.cs: An object reference is required for the nonstatic field 'f' // Line: 5 using System; [assembly:CLSCompliant (A.f)] public class A { public static bool f = true; }