https://d.puremagic.com/issues/show_bug.cgi?id=12243
Summary: [REG 2.065.0] ICE: cannot append 'char' to 'string'
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice, rejects-valid
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2014-02-25
09:04:13 EET ---
char f() { return 'a'; }
void main()
{
string s;
s ~= f();
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------