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