mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00

Also fix missing non-template function parameter. Part of Issue 21338 - Confusing error message for template overload resolution failure.
2 lines
37 B
D
2 lines
37 B
D
void foo(int) { }
|
|
void foo(bool) { }
|