6 lines
100 B
C#
Raw Normal View History

// CS8800: `S': Static classes cannot have primary constructor
// Line: 4
static class S(int i)
{
}