dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
115 stars 48 forks source link

Long code complain about 'writeln is not defined' even though it is not there #775

Open ryuukk opened 2 years ago

ryuukk commented 2 years ago

Try the following code:

https://gist.github.com/ryuukk/e6e02960496c491b3370ddbd8841979f

And it'll give the error:

onlineapp.d(680): Error: `writeln` is not defined, perhaps `import std.stdio;

ljmf00 commented 2 years ago

Somewhat related to https://github.com/dlang-tour/core/issues/744