www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19996] New: The spell checker could also works with standard

https://issues.dlang.org/show_bug.cgi?id=19996

          Issue ID: 19996
           Summary: The spell checker could also works with standard
                    properties
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: b2.temp gmx.com

The spell checker doesn't work in this case :

---
void main()
{
    struct A{}
    A a;
    auto c = a.strngof;
} 
---

"stringof" could be proposed.

--
Jun 22 2019