[Issue 9644] Spell checker gives silly suggestions for 1-2 character symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 17 05:41:07 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=9644



--- Comment #4 from bearophile_hugs at eml.cc 2013-11-17 05:41:06 PST ---
Another possible test case to verify, from issue 9644:


import std.stdio;
void main() {
    pre = 0;
}


Gives, DMD 2.065alpha: 

test.d(3): Error: undefined identifier pre, did you mean import core?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list