public class Test { public int Id { get; set; } public string Text { get; set; } public string Other { get; set } }
Standard input is empty
prog.cs(5,32): error CS1043: Invalid accessor body `}', expecting `;' or `{' Compilation failed: 1 error(s), 0 warnings
Standard output is empty