DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / parser / destructor-wrong-name.test
123456789
Invalid Code public class Test { ~TestTypo () { } } void main () { }