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
/
destructor-no-static-class.test
blob
50f601e81348c500cb09d50782cd7f771efc5917
1
Invalid Code
2
3
public class Test {
4
static class ~Test () {
5
}
6
}
7
8
void main () {
9
}