libgda-4.0, gedit-2.20: Fix gedit typo and GdaXaTransactionId.data
[vala-lang.git] / tests / objects / bug596621.vala
blob348ea40ad075a5853832ce621b55b2ae4ffb7791
1 class Foo : Object {
2 [CCode (has_construct_function = false)]
3 public Foo () {
7 class Bar : Foo {
8 public Bar () {
9 Func baz;
13 void main () {