Skip to content

Commit acf4fb0

Browse files
authored
Update FSComp.txt
1 parent bf88205 commit acf4fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/FSComp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@ reprResumableCodeDefinitionWasGeneric,"A delegate or function producing resumabl
17151715
reprStateMachineInvalidForm,"The state machine has an unexpected form"
17161716
3517,optFailedToInlineSuggestedValue,"The value '%s' was marked 'InlineIfLambda' but was not determined to have a lambda value. This warning is for informational purposes only."
17171717
3518,implMissingInlineIfLambda,"The 'InlineIfLambda' attribute is present in the signature but not the implementation."
1718-
3519,tcInlineIfLambdaUsedOnNonInlineFunctionOrMethod,"The 'InlineIfLambda' attribute may only be used on parameters of inlined functions of methods whose type is a function or F# delegate type."
1718+
3519,tcInlineIfLambdaUsedOnNonInlineFunctionOrMethod,"The 'InlineIfLambda' attribute may only be used on parameters of inlined functions or methods whose type is a function or F# delegate type."
17191719
3520,invalidXmlDocPosition,"XML comment is not placed on a valid language element."
17201720
3521,tcInvalidMemberDeclNameMissingOrHasParen,"Invalid member declaration. The name of the member is missing or has parentheses."
17211721
3522,tcAnonRecdDuplicateFieldId,"The field '%s' appears multiple times in this record expression."

0 commit comments

Comments
 (0)