summaryrefslogtreecommitdiff
path: root/tests/semantic/property-struct-virtual.test
blob: a6c593f701025936ec604a60ffa274355e35b93b (plain)
1
2
3
4
5
6
7
8
9
Invalid Code

struct Foo {
	public virtual string foo { get; set; }
}

void main () {
}