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: [email protected]
Reporter: [email protected]
The spell checker doesn't work in this case :
---
void main()
{
struct A{}
A a;
auto c = a.strngof;
}
---
"stringof" could be proposed.
--
