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
neg07.fs(7,10,7,29): typecheck error FS0049: Uppercase variable identifiers should not generally be used in patterns,and may indicate a misspelt pattern name.
5
5
6
6
neg07.fs(24,13,24,23): typecheck error FS0039: The value or constructor 'UnionCase1' is not defined. Maybe you want one of the following:
7
-
8
7
X.UnionCase1
9
8
10
9
neg07.fs(27,11,27,21): typecheck error FS0049: Uppercase variable identifiers should not generally be used in patterns,and may indicate a misspelt pattern name.
neg07.fs(28,11,28,21): typecheck error FS0026: This rule will never be matched
15
14
16
15
neg07.fs(31,18,31,28): typecheck error FS0039: The value or constructor 'UnionCase1' is not defined. Maybe you want one of the following:
17
-
18
16
X.UnionCase1
19
17
20
18
neg07.fs(35,11,35,21): typecheck error FS0049: Uppercase variable identifiers should not generally be used in patterns,and may indicate a misspelt pattern name.
neg07.fs(36,11,36,21): typecheck error FS0026: This rule will never be matched
25
23
26
24
neg07.fs(46,15,46,27): typecheck error FS0039: The record label 'RecordLabel1' is not defined. Maybe you want one of the following:
27
-
28
25
R.RecordLabel1
29
26
30
27
neg07.fs(47,19,47,31): typecheck error FS0039: The record label 'RecordLabel1' is not defined. Maybe you want one of the following:
31
-
32
28
R.RecordLabel1
33
29
34
30
neg07.fs(57,10,57,17): typecheck error FS1196: The 'UseNullAsTrueValue' attribute flag may only be used with union types that have one nullary case and at least one non-nullary case
Copy file name to clipboardExpand all lines: tests/fsharp/typecheck/sigs/neg15.bsl
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,15 @@ neg15.fs(115,19,115,48): typecheck error FS0072: Lookup on object of indetermina
30
30
neg15.fs(116,20,116,73): typecheck error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
31
31
32
32
neg15.fs(122,32,122,57): typecheck error FS0039: The value, constructor, namespace or type 'InternalTagOfInternalType' is not defined. Maybe you want one of the following:
33
-
34
33
InternalUnionType
35
-
36
34
InternalRecordType
37
-
38
35
DefaultTagOfInternalType
39
36
40
37
neg15.fs(128,31,128,61): typecheck error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
41
38
42
39
neg15.fs(135,31,135,56): typecheck error FS0039: The value, constructor, namespace or type 'InternalTagOfInternalType' is not defined. Maybe you want one of the following:
43
-
44
40
InternalUnionType
45
-
46
41
InternalRecordType
47
-
48
42
DefaultTagOfInternalType
49
43
50
44
neg15.fs(141,30,141,60): typecheck error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
0 commit comments