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 782fe28 commit b46461bCopy full SHA for b46461b
src/coreclr/jit/importer.cpp
@@ -8712,7 +8712,7 @@ void Compiler::impImportBlockCode(BasicBlock* block)
8712
!(callInfo.methodFlags & (CORINFO_FLG_DONT_INLINE | CORINFO_FLG_DONT_INLINE_CALLER)) &&
8713
!(prefixFlags & PREFIX_CONSTRAINED) &&
8714
((callInfo.sig.retType == CORINFO_TYPE_VOID && callInfo.sig.numArgs == 1) || // possible setter
8715
- (callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
+ (callInfo.sig.retType > CORINFO_TYPE_VOID && callInfo.sig.numArgs == 0))) // possible getter
8716
{
8717
if (impTryFindField(callInfo.hMethod, &resolvedToken, &opcode))
8718
0 commit comments