DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-2 / tests / semantic / delegate-error-accessibility.test
12345678910
Invalid Code errordomain FooError { BAR } public delegate void Foo () throws FooError; void main () { }