Skip to content

Commit

Permalink
Removed duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Dec 20, 2024
1 parent 3872afe commit ad9c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/typepal/ConfigurableScopeGraph.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ data TypePalConfig(
= bool(IdRole _) { return false; },

str(str) normalizeName
= str (str s) { return replaceAll(s, "\\", ""); },
= defaultNormalizeName,

AType (Tree selector, AType def, AType ins, AType act, Solver s) instantiateTypeParameters
= AType(Tree _, AType _, AType _, AType act, Solver _){ return act; },
Expand Down

0 comments on commit ad9c495

Please sign in to comment.