@@ -4364,25 +4364,25 @@ type internal SR private() =
43644364/// (Originally from ..\FSComp.txt:1445)
43654365static member tastCantTakeAddressOfExpression () = ( 3237 , GetStringFunc( " tastCantTakeAddressOfExpression" , " ,,," ) )
43664366/// Cannot call the extension member as it requires the value to be mutable or a byref type due to the extending type being used as a byref.
4367- /// (Originally from ..\FSComp.txt:1443 )
4367+ /// (Originally from ..\FSComp.txt:1446 )
43684368static member tcCannotCallExtensionMemberInrefToByref () = ( 3238 , GetStringFunc( " tcCannotCallExtensionMemberInrefToByref" , " ,,," ) )
43694369/// Byref types are not allowed to have optional type extensions.
4370- /// (Originally from ..\FSComp.txt:1444 )
4370+ /// (Originally from ..\FSComp.txt:1447 )
43714371static member tcByrefsMayNotHaveTypeExtensions () = ( 3239 , GetStringFunc( " tcByrefsMayNotHaveTypeExtensions" , " ,,," ) )
43724372/// Cannot call the byref extension method '%s. The first parameter requires the value to be mutable or a non-readonly byref type.
4373- /// (Originally from ..\FSComp.txt:1445 )
4373+ /// (Originally from ..\FSComp.txt:1448 )
43744374static member tcCannotCallExtensionMethodInrefToByref ( a0 : System.String ) = ( 3240 , GetStringFunc( " tcCannotCallExtensionMethodInrefToByref" , " ,,,%s ,,," ) a0)
43754375/// Cannot partially apply the extension method '%s' because the first parameter is a byref type.
4376- /// (Originally from ..\FSComp.txt:1446 )
4376+ /// (Originally from ..\FSComp.txt:1449 )
43774377static member tcCannotPartiallyApplyExtensionMethodForByref ( a0 : System.String ) = ( 3241 , GetStringFunc( " tcCannotPartiallyApplyExtensionMethodForByref" , " ,,,%s ,,," ) a0)
43784378/// This type does not inherit Attribute, it will not work correctly with other .NET languages.
4379- /// (Originally from ..\FSComp.txt:1447 )
4379+ /// (Originally from ..\FSComp.txt:1450 )
43804380static member tcTypeDoesNotInheritAttribute () = ( 3242 , GetStringFunc( " tcTypeDoesNotInheritAttribute" , " ,,," ) )
43814381/// The parameter '%s' has an invalid type '%s'. This is not permitted by the rules of Common IL.
4382- /// (Originally from ..\FSComp.txt:1448 )
4382+ /// (Originally from ..\FSComp.txt:1451 )
43834383static member chkInvalidFunctionParameterType ( a0 : System.String , a1 : System.String ) = ( 3300 , GetStringFunc( " chkInvalidFunctionParameterType" , " ,,,%s ,,,%s ,,," ) a0 a1)
43844384/// The function or method has an invalid return type '%s'. This is not permitted by the rules of Common IL.
4385- /// (Originally from ..\FSComp.txt:1449 )
4385+ /// (Originally from ..\FSComp.txt:1452 )
43864386static member chkInvalidFunctionReturnType ( a0 : System.String ) = ( 3301 , GetStringFunc( " chkInvalidFunctionReturnType" , " ,,,%s ,,," ) a0)
43874387
43884388/// Call this method once to validate that all known resources are valid; throws if not