// CS0723: `C.t': cannot declare variables of static types // Line: 10 static class S { } public class C { S t; }