summaryrefslogtreecommitdiff
path: root/tests/parser/property-no-abstract-virtual.test
blob: ee66a0ed5994ccee345bbd1c5e28684a8281a98e (plain)
1
2
3
4
5
6
7
8
Invalid Code

public class Test {
	abstract virtual int i { get; set; }
}

void main () {
}