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
enumplusOne(int x) = x +1;
alias fooPlusOne =
plusOne
!
foo;
Output:
test.d(4): Error: undefined identifier `foo`
The error is reported on line 4 (plusOne), but the undefined identifier in question is actually on line 6.
The text was updated successfully, but these errors were encountered:
VPanteleev-S7
changed the title
Wrong location of undefined identifier in template argument
Wrong location of undefined identifier error in template argument
Apr 7, 2025
VPanteleev-S7
changed the title
Wrong location of undefined identifier error in template argument
Wrong location for undefined identifier error in template argument
Apr 7, 2025
Output:
The error is reported on line 4 (
plusOne
), but the undefined identifier in question is actually on line 6.The text was updated successfully, but these errors were encountered: