https://issues.dlang.org/show_bug.cgi?id=20233
--- Comment #7 from Max Samukha <[email protected]> --- (In reply to Steven Schveighoffer from comment #6) > (In reply to Max Samukha from comment #5) > > 'alias this' is irrelevant. The original test case fails because the array's > > .ptr property is called as a function. See the example in my previous > > comment (there was a typo: "apply" -> "to apply"). > > Yes, original test case fails for a different reason, but alias this isn't > usable if you have opDispatch, which is definitely a bug I would think. It > should trickle down to alias this if opDispatch doesn't handle it. > > e.g.: > Ahh, got it. That's definitely a bug. --
