Comment #0 by ellery-newcomer — 2012-02-24T08:53:17Z
possibly a dup of bug 2472
take out the comments and this code will fail to compile:
alias void Tr;
class F{
Tr fn(/*Tr, T ...)(T t*/){
}
}
void main(){
F f = new F();
void delegate() fx = &f.fn/*!(void)*/;
}
test.d(8): Error: f.fn!(void) is not an lvalue
Comment #1 by ellery-newcomer — 2012-08-20T17:52:47Z
not a dup. bug 2472 was fixed, this one still isn't. dmd 2.060