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
/
asynchronous
/
bug600827.vala
blob
709ee7287e092f4653619c21b9371c19cd30c757
1
public class
Foo
{
2
public virtual
async
void
do_foo
() {
3
}
4
}
5
6
void
main
() {
7
var
foo
=
new
Foo
();
8
foo
.
do_foo
();
9
}