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

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

void main () {
}