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
markupreader: Add get_attributes() method returning a copy of attributes.
[vala-lang.git]
/
tests
/
objects
/
bug597161.vala
blob
cafd5924e0f377ac52b22da27e60325bc96dea95
1
public class
Foo
:
Object
{
2
public
Foo
() {
3
return
;
4
}
5
}
6
7
void
main
() {
8
assert
(
new
Foo
()
is Foo
);
9
}