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
/
parser
/
property-no-static-class.test
blob
f5125d62b43ccd0cbc898d5a2d77717058237a46
1
Invalid Code
2
3
public class Test {
4
static class int i { get; set; }
5
}
6
7
void main () {
8
}