http://d.puremagic.com/issues/show_bug.cgi?id=7871
--- Comment #1 from Kenji Hara <[email protected]> 2012-04-09 08:05:32 PDT --- Reduced test case: ---- struct Tuple { string field; alias field this; } auto findSplitBefore(string haystack) { return Tuple(haystack); } void main() { string line = `<bookmark href="https://stuff">`; auto a = findSplitBefore(line[0 .. $])[0]; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
