> Rene,
> please try it with #635.
> This is what I get on #635 on your test:
> public class Foo {
> void dummy() {
> }
> static void bar(Foo foo, int i) {
> foo.dummy();
> while (i > 0)
> bar(foo, i-1);
> }
> }
> Seems OK to me :)Yes, it seems to be fixed in #635 :) _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
