Release 0.41.92
[vala-gnome.git] / tests / annotations / noaccessormethod.test
blob235bb781507809fbf37686a78eecddf746bbbfb1
1 Invalid Code
3 public class Foo {
4         [NoAccessorMethod]
5         public string baz { get; set; }
8 void main () {