Release 0.41.92
[vala-gnome.git] / tests / semantic / method-private-virtual.test
blob956ca34d08bec2ceeed9c53847621217d22d4d4d
1 Invalid Code
3 class Foo {
4         virtual void foo () {
5         }
8 void main () {