code-d
code-d copied to clipboard
suggestions panel potential issue
class A
{
mixin("void a() { }");
mixin("int b = 0;");
}
The suggestions panel can't read any mixin string injected member.