https://issues.dlang.org/show_bug.cgi?id=13079
hst...@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hst...@quickfur.ath.cx --- Comment #1 from hst...@quickfur.ath.cx --- Are you sure that's valid syntax? Don't you mean this: ---- class Test { mixin(string func() { return ""; }); } ---- The diagnostic should be improved, though. The current error message doesn't make sense. --