1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
This commit is contained in:
Brian Fiete 2021-05-20 08:55:06 -04:00
parent a574b54348
commit 8975b30e0f

View file

@ -1226,7 +1226,9 @@ void BfMethodInstance::GetIRFunctionInfo(BfModule* module, BfIRType& returnType,
if (HasExplicitThis())
{
checkType = GetParamType(0);
hasExplicitThis = true;
//TODO(BCF): Breaks tests
//hasExplicitThis = true;
}
else
checkType = GetOwner();