Skip to content

Commit

Permalink
tele: remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jun 27, 2024
1 parent c25212e commit 2cc3b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/src/main/java/org/aya/tyck/StmtTycker.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ private void checkMember(@NotNull ClassMember member, @NotNull ExprTycker tycker
new Param("self", classCall, false),
classRef.concrete.sourcePos()
);
// TODO: reconsider these `self` references, they should be locally nameless!
new MemberDef(classRef, member.ref, signature.params(), signature.result());
member.ref.signature = signature;
}
Expand Down

0 comments on commit 2cc3b93

Please sign in to comment.