1 2 3 4 5 6 7 8 9 10 11
// CS0723: `MainClass.s': cannot declare variables of static types // Line: 10 static class S { } class MainClass { S s; }