1 2 3 4 5 6 7
// CS0708: `StaticClass.i': cannot declare instance members in a static class // Line: 6 static class StaticClass { public int i; }