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
This testcase is very similar to #21098 - the real-world code hasn't been fixed yet, so this is another dustmite reduction based on DMD stable (with #21132). As before, compiling b.d works, but a.d fails:
$ dmd -o- a.d
phobos.d(47): Error: expression `hasToString!(const(Nullable!(Type[])))` of type `void` does not have a boolean value
This testcase is very similar to #21098 - the real-world code hasn't been fixed yet, so this is another dustmite reduction based on DMD stable (with #21132). As before, compiling
b.d
works, buta.d
fails:a.d
:import b;
b.d
:phobos.d
:The text was updated successfully, but these errors were encountered: