https://issues.dlang.org/show_bug.cgi?id=12608
Issue ID: 12608
Summary: Dead assignment in UUIDParsingException
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: Phobos
Assignee: [email protected]
Reporter: [email protected]
https://github.com/D-Programming-Language/phobos/blob/master/std/uuid.d#L1541
I believe this line should be
this.input = input;
--
