You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See code below. rdmd main.d fails with 'Error 42 Undefined Symbol'.
Unexpectedly,removing the comment around import B in main removes issue at cost of widening scope.
bmqawsed4 reported this on 2021-05-15T09:22:00Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=21922
Description
See code below. rdmd main.d fails with 'Error 42 Undefined Symbol'.
Unexpectedly,removing the comment around import B in main removes issue at cost of widening scope.
import std.stdio;
writeln("Entered fnB1");
Comments
The text was updated successfully, but these errors were encountered: