1 2 3 4 5 6 7 8
Invalid Code public class Test { abstract virtual int i { get; set; } } void main () { }