June 12, 2005
I wrote as in sample:
int[char[]] b;
b["hello"] = 3;
b.remove("hello");

And got:
***.d(20): undefined identifier remove
***.d(20): function expected before (), not remove of type int




June 12, 2005
KUV wrote:
> I wrote as in sample:
> int[char[]] b;
> b["hello"] = 3;
> b.remove("hello");
> 
> And got:
> ***.d(20): undefined identifier remove
> ***.d(20): function expected before (), not remove of type int
> 
> 
> 
> 

I can't reproduce the bug with dmd 0.126.