Created attachment 385
Fix the problem (DMD 2.030)
DMD 2.030 rejects this valid code:
--------------------
void foo(out shared int o) {}
--------------------
test.d(1): Error: cannot have const/invariant out parameter of type shared(int)
--------------------
Comment #1 by leandro.lucarella — 2009-10-29T06:49:35Z