Release 0.41.92
[vala-gnome.git] / tests / semantic / parameter-accessibility.test
blob3bfbeb358b31b7622c9959e47f4b48eff62ec616
1 Invalid Code
3 class Foo {
6 public void foo (Foo arg) {
9 void main () {