Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://issues.dlang.org/show_bug.cgi?id=16182 It is beyond my comprension as to why this irrelevant change helps fixes #16182. I believe there is something amiss becuase expression fqnSym!(__traits(parent, T)) ~ '.' is returning a char[] while fqnSym!(__traits(parent, T)) ~ "." returns a string. This while expression fqnSym!(__traits(parent, T)) returns a string.
- Loading branch information