Skip to content

Commit

Permalink
Update k-frontend/src/main/java/org/kframework/compile/ResolveStrict.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Tamás Tóth <[email protected]>
  • Loading branch information
virgil-serbanuta and tothtamas28 authored Nov 27, 2024
1 parent a1c0ffa commit 685c9b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private void setAliases(String attribute, Set<ContextAlias> aliases, Production
private static final ContextAlias DEFAULT_ALIAS =
ContextAlias(KVariable("HERE"), BooleanUtils.TRUE, Att.empty());

private static final ContextAlias defaultAliasWithAtts(Att att) {
private static final ContextAlias defaultAliasFor(Production production) {
if (!att.contains(Att.RESULT())) {
return DEFAULT_ALIAS;
}
Expand Down

0 comments on commit 685c9b1

Please sign in to comment.