Bug 13817 – VisualD cannot list member for (utf-8 Wide character)
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
visuald
Product
D
Version
D2
Platform
x86_64
OS
Windows
Creation time
2014-12-04T11:45:00Z
Last change time
2015-01-01T22:10:59Z
Assigned to
nobody
Creator
sdvcn
Comments
Comment #0 by sdvcn — 2014-12-04T11:45:00Z
enum eNU{
中国=99,
china=666,
}
void 执行()
{
eNU cc = eNU.中国;//VisualD error,not list member
writeln("Hello D-World!");
}
int main(string[] argv)
{
执行();
}
VisualD error,not list member