summaryrefslogtreecommitdiff
path: root/tests/parser/property-get-set-construct.test
blob: 32cf5a14c13b927e4df5589f3eb95f20a5d1bfb0 (plain)
1
2
3
4
5
6
7
8
Invalid Code

public class Test {
	public int i { get; set; delete; }
}

void main () {
}