You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/FSComp.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ chkUnionCaseDefaultAugmentation,"default augmentation of the union case"
286
286
438,chkDuplicateMethod,"Duplicate method. The method '%s' has the same name and signature as another method in this type."
287
287
438,chkDuplicateMethodWithSuffix,"Duplicate method. The method '%s' has the same name and signature as another method in this type once tuples, functions, units of measure and/or provided types are erased."
288
288
439,chkDuplicateMethodCurried,"The method '%s' has curried arguments but has the same name as another method in this type. Methods with curried arguments cannot be overloaded. Consider using a method taking tupled arguments."
289
-
440,chkCurriedMethodsCantHaveOutParams,"Methods with curried arguments cannot declare 'out', 'ParamArray', 'optional' or 'byref' arguments"
289
+
440,chkCurriedMethodsCantHaveOutParams,"Methods with curried arguments cannot declare 'out', 'ParamArray', 'optional', 'ReflectedDefinition' or 'byref' arguments"
290
290
441,chkDuplicateProperty,"Duplicate property. The property '%s' has the same name and signature as another property in this type."
291
291
441,chkDuplicatePropertyWithSuffix,"Duplicate property. The property '%s' has the same name and signature as another property in this type once tuples, functions, units of measure and/or provided types are erased."
292
292
442,chkDuplicateMethodInheritedType,"Duplicate method. The abstract method '%s' has the same name and signature as an abstract method in an inherited type."
/// <summary>The value of the attribute, indicating whether to include the evaluated value of the definition as the outer node of the quotation</summary>
155
+
memberIncludeValue:bool
156
+
149
157
/// <summary>This attribute is used to indicate a generic container type satisfies the F# 'equality'
150
158
/// constraint only if a generic argument also satisfies this constraint. For example, adding
151
159
/// this attribute to parameter 'T on a type definition C<'T> means that a type C<X> only supports