diff --git a/IDEHelper/Compiler/BfResolvedTypeUtils.cpp b/IDEHelper/Compiler/BfResolvedTypeUtils.cpp index f97a86b7..c38c5c8f 100644 --- a/IDEHelper/Compiler/BfResolvedTypeUtils.cpp +++ b/IDEHelper/Compiler/BfResolvedTypeUtils.cpp @@ -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();