mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +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())
|
if (HasExplicitThis())
|
||||||
{
|
{
|
||||||
checkType = GetParamType(0);
|
checkType = GetParamType(0);
|
||||||
hasExplicitThis = true;
|
|
||||||
|
//TODO(BCF): Breaks tests
|
||||||
|
//hasExplicitThis = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
checkType = GetOwner();
|
checkType = GetOwner();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue