summaryrefslogtreecommitdiff
path: root/tests/semantic/method-error-accessibility.test
blob: f150aa84bb47ad35a88997ed2abba8870ca5425e (plain)
1
2
3
4
5
6
7
8
9
10
11
Invalid Code

errordomain FooError {
	BAR
}

public void foo () throws FooError {
}

void main () {
}