code-d icon indicating copy to clipboard operation
code-d copied to clipboard

suggestions panel potential issue

Open mariushx opened this issue 1 year ago • 0 comments

class A 
{
    mixin("void a() {  }");
    mixin("int b = 0;");
}

The suggestions panel can't read any mixin string injected member.

mariushx avatar Jul 06 '24 17:07 mariushx