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
gtk+-4.0: Change type of Gdk.Key.* constants to uint
[vala-gnome.git]
/
tests
/
objects
/
bug626038.vala
blob
3c1f87553991af404197affabbe2c49b39cab55a
1
class
Foo
{
2
public
Foo foo
;
3
}
4
5
void
main
() {
6
var
foo
=
new
Foo
();
7
foo
.
foo
= (
owned
)
foo
;
8
}