https://issues.dlang.org/show_bug.cgi?id=22310
--- Comment #2 from kinke <[email protected]> --- (In reply to kinke from comment #1) > only AliasThisTypeOf!T isn't, > possibly because of the speculative instantiation inside `static if > (is(...))`. ... and scratch that too - that's most likely just another manifestation of the same issue, as all AliasThisTypeOf instantiations fail for the testcase. --
