// cs0708.cs: `StaticClass.i': cannot declare instance members in a static class // Line: 5 static class StaticClass { public int i; }