summaryrefslogtreecommitdiff
path: root/tests/semantic/property-construct.test
blob: 25f73cd2f5f341bd99f1d828173649989ca428b1 (plain)
1
2
3
4
5
6
7
8
Invalid Code

class Foo {
	string foo { get; construct set; }
}

void main () {
}