summaryrefslogtreecommitdiff
path: root/tests/parser/unsupported-property-async.test
blob: 124ab93bf5c35c5cf7b0a43356ca6d39707befec (plain)
1
2
3
4
5
6
7
8
Invalid Code

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

void main () {
}