mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
String.ToConstNativeW
This commit is contained in:
parent
6c714bacdc
commit
b341b6d3b4
3 changed files with 16 additions and 2 deletions
|
@ -2636,6 +2636,8 @@ bool BfMethodMatcher::CheckType(BfTypeInstance* typeInstance, BfTypedValue targe
|
|||
|
||||
if (isResolvingVarField)
|
||||
{
|
||||
BF_ASSERT(mModule->mBfIRBuilder->mIgnoreWrites);
|
||||
|
||||
// Don't even consider - we can't do method calls on ourselves when we are resolving var fields, because
|
||||
// we are not allowed to generate methods when our field types are unknown. We may fix this in the future,
|
||||
// but currently it breaks out expected order of operations. One issue is that our call signatures change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue