DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / parser / constructor-no-static-class.test
123456789
Invalid Code public class Test { static class construct { } } void main () { }