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
/
errors
/
bug651145.vala
blob
06fa14a5d72cb37dd053edfc0b56cab8190a37c5
1
void
main
() {
2
try
{
3
string
foo
;
4
}
finally
{}
5
try
{
6
string
foo
;
7
}
finally
{}
8
}