Skip to content

Commit

Permalink
Improved an exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastassija committed Nov 25, 2013
1 parent a9ba4b9 commit feb6904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ MuExp translate(e:(Expression) `<Expression expression> ( <{Expression ","}* arg
t = fuid2type[alt];
println("ALT: <t>");
}
throw "ERROR in overloading resolution: <ftype>";
throw "ERROR in overloading resolution: <ftype>; <expression@\loc>";
}
bool exists = <of.scopeIn,resolved> in overloadedFunctions;
if(!exists) {
Expand Down

0 comments on commit feb6904

Please sign in to comment.