Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -245,8 +245,8 @@ else if ( procArity < 0 && methodArity >= -(procArity + 1) ) { // *splat that fi
mostSpecific = candidate; msTypes = cTypes;
mostSpecificArity = methodArity; // ambiguous = false;
}
ambiguous = false;
}
ambiguous = false;
continue; /* OUTER */
}
}

0 comments on commit 54488b6

Please sign in to comment.