mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Extension check refinements, more extension tests
This commit is contained in:
parent
f0a6ec4870
commit
2d4cc6d86e
4 changed files with 42 additions and 40 deletions
|
@ -212,6 +212,9 @@ void BfMethodMatcher::Init(/*SizedArrayImpl<BfResolvedArg>& arguments, */BfSized
|
|||
|
||||
bool BfMethodMatcher::IsMemberAccessible(BfTypeInstance* typeInst, BfTypeDef* declaringType)
|
||||
{
|
||||
if (!declaringType->mIsPartial)
|
||||
return true;
|
||||
|
||||
if (mActiveTypeDef == NULL)
|
||||
mActiveTypeDef = mModule->GetActiveTypeDef();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue