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
/
bug596177.vala
blob
d80bec3d1c1317ac99575e69d883c1ff84c1741a
1
class
Foo
<
T
> {
2
public
async
void
do_foo
() {
3
var
t
=
typeof
(
T
);
4
}
5
}
6
7
void
main
() {
8
}