Skip to content

Commit d94cbe7

Browse files
committed
Update AttrPossibleFunctionSignatures.java
1 parent 01cc39b commit d94cbe7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

de.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrPossibleFunctionSignatures.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,6 @@ public static ImmutableCollection<FunctionSignature> calculate(ExprMemberMethod
179179
if (recv != null) {
180180
VariableBinding m = leftType.matchAgainstSupertype(
181181
recv, mm, sig.getMapping(), VariablePosition.RIGHT);
182-
// if (m == null) {
183-
// // Should not happen; lookupMemberFuncs already checked. Skip defensively.
184-
// continue;
185-
// }
186-
// sig = sig.setTypeArgs(mm, m);
187182

188183
// IMPORTANT:
189184
// For members injected via `use module`, the receiver can be a synthetic/module `thistype`

0 commit comments

Comments
 (0)