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
/
bug598697.vala
blob
804039a42dc5ca21c6e797229888eafcf4625a43
1
public class
Foo
{
2
public
async
void
do_foo
() {
3
Func f
= () => {};
4
}
5
}
6
7
void
main
() {
8
}