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