https://d.puremagic.com/issues/show_bug.cgi?id=11991
Summary: Implicit catch picks up wrong 'Throwable'
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from yebblies <[email protected]> 2014-01-25 18:04:42 EST ---
void main()
{
int Throwable;
scope(success) assert(0);
}
Error: Throwable is used as a type
Error: undefined identifier __o5, did you mean variable __os4?
Critical because no line number
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------