``` class A { mixin("void a() { }"); mixin("int b = 0;"); } ``` The suggestions panel can't read any mixin string injected member.