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-exists.test
blob
f1b4662fac5bb37a91109b95aa843292ecd3274a
1
Invalid Code
2
3
public class Test {
4
~Test () {
5
}
6
7
~Test () {
8
}
9
}
10
11
void main () {
12
}