// cs0171.cs: field x must be initialized before constructor X ends. // Line: class X { public readonly int x; X () { } }