Skip to content

Commit

Permalink
Changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 26, 2024
1 parent 2923da8 commit 4693574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/typepal/Solver.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ Solver newSolver(map[str,Tree] namedTrees, TModel tm){
definedBy[u.occ] = foundDefs;
newPaths += {<u.scope, rp.pathRole, def>};
} else {
messages += error("<tm.modelName>: Name `<u.id>` is ambiguous <foundDefs>", u.occ);
messages += error("Name `<u.id>` is ambiguous <foundDefs>", u.occ);
}
referPaths -= {rp};
} else {
Expand Down

0 comments on commit 4693574

Please sign in to comment.