1 2 3 4 5 6 7 8 9 10 11 12 13
// CS8041: Primary constructor already has a body // Line: 10 class C (int arg) { { arg = 1; } { arg = 2; } }