1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Put back disabling of FlushAmbiguityError during CanCast

This commit is contained in:
Brian Fiete 2022-02-06 21:50:26 -05:00
parent 805ac997ce
commit 6d4e09cf13

View file

@ -12989,7 +12989,7 @@ BfIRValue BfModule::CastToValue(BfAstNode* srcNode, BfTypedValue typedVal, BfTyp
if (doCall)
{
//if (!silentFail)
if (!silentFail)
methodMatcher.FlushAmbiguityError();
auto wantType = paramType;