gtk+-4.0: Change type of Gdk.Key.* constants to uint
[vala-gnome.git] / tests / objects / bug795225-4.test
blob1456299ef81305f957b8e1f37b76ea749abe791c
1 Invalid Code
3 class Foo : Object {
4         int _fub = 0;
6         public int bar {
7                 set { _fub = value / 2; }
8                 default = 42;
9         }
12 void main () {