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

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

void main () {
}