Skip to content

Commit

Permalink
revert: previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jul 9, 2024
1 parent a0459b7 commit bd870c4
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ private MemberCall update(Term clazz, ImmutableSeq<Term> newArgs) {
return update(f.apply(0, of), Callable.descent(args, f));
}

@Override
public @NotNull Term make() {
return make(this);
}

public static @NotNull Term make(
@NotNull ClassCall typeOfOf,
@NotNull Term of,
Expand All @@ -43,7 +38,7 @@ private MemberCall update(Term clazz, ImmutableSeq<Term> newArgs) {
return new MemberCall(of, ref, ulift, args).make();
}

public @NotNull Term make() {
@Override public @NotNull Term make() {
return switch (of()) {
case NewTerm neu -> {
var impl = neu.inner().get(ref);
Expand Down

0 comments on commit bd870c4

Please sign in to comment.