fork download
  1. public class Test
  2. {
  3. public int Id { get; set; }
  4. public string Text { get; set; }
  5. public string Other { get; set }
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(5,32): error CS1043: Invalid accessor body `}', expecting `;' or `{'
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty