Release 0.41.92
[vala-gnome.git] / tests / objects / bug585344.test
blob68559a677dfa966859424c322103fd597051bcc5
1 Invalid Code
3 [Compact]
4 class Foo {
7 void main () {
8         var foo = new Foo ();
9         if (foo is Foo) {
10         }