DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / annotations / noaccessormethod.test
123456789
Invalid Code public class Foo { [NoAccessorMethod] public string baz { get; set; } } void main () { }