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
codegen: Use temporary variable for string concatenation
[vala-lang.git]
/
tests
/
asynchronous
/
bug598677.vala
blob
444d6be62bcc593c30497f54d28bd378639f2eb5
1
public class
Foo
{
2
public
Foo
()
throws Error
{
3
}
4
}
5
6
public
async
void
do_foo
()
throws Error
{
7
new
Foo
();
8
}
9
10
void
main
() {
11
}