https://d.puremagic.com/issues/show_bug.cgi?id=11987
Summary: Spellchecker should not suggest recursive definitions
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: diagnostic
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Andrej Mitrovic <[email protected]> 2014-01-24
12:41:03 PST ---
-----
module test;
alias Foo = Foo1;
-----
test.d(2): Error: undefined identifier Foo1, did you mean alias Foo?
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------