Skip to content

Commit

Permalink
Remove name wildcard.
Browse files Browse the repository at this point in the history
  • Loading branch information
toinehartman committed Nov 8, 2024
1 parent 68a43f1 commit ce74879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ private set[RenameLocation] rascalGetExceptUses(WorkspaceInfo ws, set[loc] defs)
// Find all neighbouring pairs of facts where an except for `cursorName` exists only in the latter
for (
[ *_
, <_, _: !/\a-except(consName)>
, <_, !/\a-except(consName)>
, <l2, at2: /\a-except(consName)>
, *_] := sortedFacts
, aprod(choice(_, _)) !:= at2
Expand Down

0 comments on commit ce74879

Please sign in to comment.