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
44 B
D
2 lines
44 B
D
void foo(T)(string){}
|
|
void foo(alias a)(){}
|