repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 0.41.92
[vala-gnome.git]
/
tests
/
annotations
/
noaccessormethod.test
blob
235bb781507809fbf37686a78eecddf746bbbfb1
1
Invalid Code
2
3
public class Foo {
4
[NoAccessorMethod]
5
public string baz { get; set; }
6
}
7
8
void main () {
9
}