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
libgda-4.0, gedit-2.20: Fix gedit typo and GdaXaTransactionId.data
[vala-lang.git]
/
tests
/
objects
/
bug596621.vala
blob
348ea40ad075a5853832ce621b55b2ae4ffb7791
1
class
Foo
:
Object
{
2
[
CCode
(
has_construct_function
=
false
)]
3
public
Foo
() {
4
}
5
}
6
7
class
Bar
:
Foo
{
8
public
Bar
() {
9
Func baz
;
10
}
11
}
12
13
void
main
() {
14
}
15