mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Disable broken https://github.com/beefytech/Beef/pull/1015
This commit is contained in:
parent
a574b54348
commit
8975b30e0f
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue