repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
girparser: Fix setting ownership for parameters.
[vala-lang.git]
/
tests
/
asynchronous
/
bug597294.vala
blob
92a04bf329e3743bae1ac5c2f87a20b5d3d0b401
1
delegate
void
Foo
();
2
3
async
void
do_foo
(
Foo f
) {
4
f
();
5
}
6
7
void
main
() {
8
}