We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2e3cd commit c319a5bCopy full SHA for c319a5b
src/coreclr/jit/importer.cpp
@@ -8632,7 +8632,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
8632
!(callInfo.methodFlags & (CORINFO_FLG_DONT_INLINE | CORINFO_FLG_DONT_INLINE_CALLER)) &&
8633
!(prefixFlags & PREFIX_CONSTRAINED) &&
8634
((callInfo.sig.retType == CORINFO_TYPE_VOID && callInfo.sig.numArgs == 1) || // possible setter
8635
- (callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
+ (callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
8636
{
8637
if (impTryFindField(callInfo.hMethod, &resolvedToken, &opcode))
8638
0 commit comments