Files
ldc/gen
Frits van Bommel 21f273671a Fix a problem which occurred when a function type was forward-referenced by
parameter types.

This was intended to fix the following test case:
{{{
  void delegate(Hit) dg;
  struct Hit { void delegate(Hit) a; }
}}}
which ChristianK reduced from a problem downs had on IRC.

It also seems to fix mini/compile_delegate.d (which turns out to be quite
similar, but produced a different error message).
2009-04-19 23:15:03 +02:00
..
2008-10-06 22:54:08 +02:00
2009-03-06 16:00:47 +01:00
2008-10-06 22:54:08 +02:00
2009-03-13 19:22:40 +01:00
2009-03-12 20:37:27 +01:00
2009-04-12 12:52:01 +02:00
2009-04-16 12:01:28 +02:00
2009-03-29 19:19:32 +02:00
2009-04-17 01:14:35 +02:00
2009-03-31 20:21:28 +02:00
2008-10-06 22:54:08 +02:00