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
(0): ReSharper Warning: The declarations in this file will be placed in an implicit module 'Field - Const 01' based on the file name 'Field - Const 01.fs'. However this is not a valid F# identifier, so the contents will not be accessible from other files. Consider renaming the file or adding a 'module' or 'namespace' declaration at the top of the file.
22
-
(1): ReSharper Warning: Incomplete pattern matches on this expression. For example, the value '0' may indicate a case not covered by the pattern(s).
21
+
(0): ReSharper Warning: Incomplete pattern matches on this expression. For example, the value '0' may indicate a case not covered by the pattern(s).
22
+
(1): ReSharper Warning: The declarations in this file will be placed in an implicit module 'Field - Const 01' based on the file name 'Field - Const 01.fs'. However this is not a valid F# identifier, so the contents will not be accessible from other files. Consider renaming the file or adding a 'module' or 'namespace' declaration at the top of the file.
23
23
(2): ReSharper Warning: Incomplete pattern matches on this expression. For example, the value '1' may indicate a case not covered by the pattern(s).
24
24
(3): ReSharper Warning: Incomplete pattern matches on this expression. For example, the value '0' may indicate a case not covered by the pattern(s).
25
25
(4): ReSharper Warning: Incomplete pattern matches on this expression. For example, the value '2' may indicate a case not covered by the pattern(s).
(0): ReSharper Underlined Error Highlighting: Property 'StaticSet' is not readable
51
-
(1): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
52
-
(2): ReSharper Underlined Error Highlighting: Property 'StaticGet' cannot be set
53
-
(3): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
54
-
(4): ReSharper Underlined Error Highlighting: Property 'StaticExpressionBody' cannot be set
51
+
(1): ReSharper Underlined Error Highlighting: Property 'StaticGet' cannot be set
52
+
(2): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
53
+
(3): ReSharper Underlined Error Highlighting: Property 'StaticExpressionBody' cannot be set
54
+
(4): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
55
55
(5): ReSharper Underlined Error Highlighting: Property 'Init' is not readable
56
-
(6): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
57
-
(7): ReSharper Underlined Error Highlighting: Property 'Get' cannot be set
58
-
(8): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
59
-
(9): ReSharper Underlined Error Highlighting: Property 'GetGet' cannot be set
56
+
(6): ReSharper Underlined Error Highlighting: Property 'Get' cannot be set
57
+
(7): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
58
+
(8): ReSharper Underlined Error Highlighting: Property 'GetGet' cannot be set
59
+
(9): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
60
60
(10): ReSharper Underlined Error Highlighting: Property 'SetWithoutBody' is not readable
61
61
(11): ReSharper Underlined Error Highlighting: Property 'InitWithoutBody' is not readable
62
62
(12): ReSharper Underlined Error Highlighting: Property 'WrongAccessorName1' is not readable
63
-
(13): ReSharper Underlined Error Highlighting: Property 'WrongAccessorName1' is not readable
64
-
(14): ReSharper Underlined Error Highlighting: Property 'WrongAccessorName1' cannot be set
65
-
(15): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
66
-
(16): ReSharper Underlined Error Highlighting: Property 'WrongAccessorName2' cannot be set
63
+
(13): ReSharper Underlined Error Highlighting: Property 'WrongAccessorName1' cannot be set
64
+
(14): ReSharper Underlined Error Highlighting: Property 'WrongAccessorName1' is not readable
65
+
(15): ReSharper Underlined Error Highlighting: Property 'WrongAccessorName2' cannot be set
66
+
(16): ReSharper Underlined Error Highlighting: Invalid mutation of a constant expression. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...'.
67
67
(17): ReSharper Underlined Error Highlighting: Property 'NoAccessors' is not readable
68
-
(18): ReSharper Underlined Error Highlighting: Property 'NoAccessors' is not readable
69
-
(19): ReSharper Underlined Error Highlighting: Property 'NoAccessors' cannot be set
68
+
(18): ReSharper Underlined Error Highlighting: Property 'NoAccessors' cannot be set
69
+
(19): ReSharper Underlined Error Highlighting: Property 'NoAccessors' is not readable
(0): ReSharper Underlined Error Highlighting: Type constraint mismatch when applying the default type 'Class' for a type inference variable. The type 'Class' is not a CLI enum type Consider adding further type constraints
8
-
(1): ReSharper Underlined Error Highlighting: Could not resolve the ambiguity in the use of a generic construct with an 'enum' constraint at or near this position
7
+
(0): ReSharper Underlined Error Highlighting: Could not resolve the ambiguity in the use of a generic construct with an 'enum' constraint at or near this position
8
+
(1): ReSharper Underlined Error Highlighting: Type constraint mismatch when applying the default type 'Class' for a type inference variable. The type 'Class' is not a CLI enum type Consider adding further type constraints
(0): ReSharper Underlined Error Highlighting: The type 'int32' does not match the type 'int16'
54
-
(1): ReSharper Underlined Error Highlighting: The type 'int32' does not match the type 'int16'
55
-
(2): ReSharper Underlined Error Highlighting: This expression was expected to have type
54
+
(1): ReSharper Underlined Error Highlighting: This expression was expected to have type
56
55
'int32'
57
56
but here has type
58
57
'int16'
58
+
(2): ReSharper Underlined Error Highlighting: The type 'int32' does not match the type 'int16'
59
59
(3): ReSharper Underlined Error Highlighting: A generic construct requires that the type 'Class' is a CLI or F# struct type
60
60
(4): ReSharper Warning: Enums may take values outside known cases. For example, the value 'enum<Enum> (3)' may indicate a case not covered by the pattern(s).
61
61
(5): ReSharper Dead Code: This rule will never be matched
(0): ReSharper Warning [FS0020]: The result of this expression has type 'int' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
9
-
(1): ReSharper Underlined Error Highlighting: This expression was expected to have type
8
+
(0): ReSharper Underlined Error Highlighting: This expression was expected to have type
10
9
'int'
11
10
but here has type
12
11
'float'
12
+
(1): ReSharper Warning [FS0020]: The result of this expression has type 'int' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
(0): ReSharper Underlined Error Highlighting: The operator 'expr.[idx]' has been used on an object of indeterminate type based on information prior to this program point.
7
-
(1): ReSharper Error Highlighting: The value or constructor 'n' is not defined.
8
-
(2): ReSharper Dead Code: Redundant '.'
6
+
(0): ReSharper Error Highlighting: The value or constructor 'n' is not defined.
7
+
(1): ReSharper Dead Code: Redundant '.'
8
+
(2): ReSharper Underlined Error Highlighting: The operator 'expr.[idx]' has been used on an object of indeterminate type based on information prior to this program point.
Copy file name to clipboardExpand all lines: ReSharper.FSharp/test/data/features/daemon/redundantQualifiers/Compiled names - ModuleSuffix 02 - Implicit.fs.gold
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ let v3 = |GenericT.|(6)genericModuleValue
12
12
13
13
open T.NestedModuleType
14
14
let t4 = |T.|(7)NestedModuleType()
15
-
let v4 = ||T.|(9)NestedModuleType.|(8)nestedModuleValue
15
+
let v4 = ||T.|(8)NestedModuleType.|(9)nestedModuleValue
0 commit comments