gtk+-4.0: Change type of Gdk.Key.* constants to uint
[vala-gnome.git] / tests / semantic / method-private-abstract.test
blob27ae82c3b9f08c86e52b73bb4a825bc47dde821f
1 Invalid Code
3 abstract class Foo {
4         abstract void foo ();
7 void main () {