https://issues.dlang.org/show_bug.cgi?id=21500
--- Comment #1 from [email protected] --- Correction: ```bar.d mixin template baz() { public import std.stdio; // public import std.stdio : writeln; } ``` --
d-bugmail--- via Digitalmars-d-bugs Tue, 22 Dec 2020 21:46:25 -0800
https://issues.dlang.org/show_bug.cgi?id=21500
--- Comment #1 from [email protected] --- Correction: ```bar.d mixin template baz() { public import std.stdio; // public import std.stdio : writeln; } ``` --