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
vala: Allow read-only properties
[vala-gnome.git]
/
tests
/
structs
/
bug688732.vala
blob
49295d6b04739b7fafb6b122760887acf06f9d9a
1
struct
Foo
<
T
> {
2
public
T t
;
3
}
4
5
struct
Bar
:
Foo
<
Bar
> {
6
}
7
8
void
main
() {
9
}