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;

}

```

--

Reply via email to