The following code fails with the error message:
int function(int)[1] table;
void main() {
table[0] = function int(int x) { return x + 99; };
assert(table[0](1) == 100);
}
Comment #1 by dvdfrdmn — 2006-05-27T07:56:19Z
Created attachment 11
Patch
Patch for missed case FuncExp::toElem