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: tests/fsharp/typecheck/sigs/neg32.bsl
+26-20Lines changed: 26 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -3,42 +3,48 @@ neg32.fs(17,21,17,49): typecheck error FS0842: This attribute is not valid for u
3
3
4
4
neg32.fs(24,15,24,16): typecheck error FS0043: The member or object constructor 'TryParse' does not take 1 argument(s). An overload was found taking 2 arguments.
5
5
6
-
neg32.fs(39,17,39,19): typecheck error FS0039: The type parameter 'T is not defined.
6
+
neg32.fs(43,17,43,19): typecheck error FS0039: The type parameter 'T is not defined.
7
7
8
-
neg32.fs(40,4,40,23): typecheck error FS0671: A property cannot have explicit type parameters. Consider using a method instead.
8
+
neg32.fs(44,4,44,23): typecheck error FS0671: A property cannot have explicit type parameters. Consider using a method instead.
9
9
10
-
neg32.fs(40,21,40,23): typecheck error FS0039: The type parameter 'U is not defined.
10
+
neg32.fs(44,21,44,23): typecheck error FS0039: The type parameter 'U is not defined.
11
11
12
-
neg32.fs(41,21,41,23): typecheck error FS0039: The type parameter 'U is not defined.
12
+
neg32.fs(45,21,45,23): typecheck error FS0039: The type parameter 'U is not defined.
13
13
14
-
neg32.fs(41,27,41,29): typecheck error FS0039: The type parameter 'U is not defined.
14
+
neg32.fs(45,27,45,29): typecheck error FS0039: The type parameter 'U is not defined.
15
15
16
-
neg32.fs(42,18,42,20): typecheck error FS0039: The type parameter 'U is not defined.
16
+
neg32.fs(46,18,46,20): typecheck error FS0039: The type parameter 'U is not defined.
17
17
18
-
neg32.fs(42,24,42,26): typecheck error FS0039: The type parameter 'U is not defined.
18
+
neg32.fs(46,24,46,26): typecheck error FS0039: The type parameter 'U is not defined.
19
19
20
-
neg32.fs(46,17,46,19): typecheck error FS0039: The type parameter 'T is not defined.
20
+
neg32.fs(50,17,50,19): typecheck error FS0039: The type parameter 'T is not defined.
21
21
22
-
neg32.fs(47,4,47,23): typecheck error FS0671: A property cannot have explicit type parameters. Consider using a method instead.
22
+
neg32.fs(51,4,51,23): typecheck error FS0671: A property cannot have explicit type parameters. Consider using a method instead.
23
23
24
-
neg32.fs(47,21,47,23): typecheck error FS0039: The type parameter 'U is not defined.
24
+
neg32.fs(51,21,51,23): typecheck error FS0039: The type parameter 'U is not defined.
25
25
26
-
neg32.fs(48,21,48,23): typecheck error FS0039: The type parameter 'U is not defined.
26
+
neg32.fs(52,21,52,23): typecheck error FS0039: The type parameter 'U is not defined.
27
27
28
-
neg32.fs(48,27,48,29): typecheck error FS0039: The type parameter 'U is not defined.
28
+
neg32.fs(52,27,52,29): typecheck error FS0039: The type parameter 'U is not defined.
29
29
30
-
neg32.fs(49,18,49,20): typecheck error FS0039: The type parameter 'U is not defined.
30
+
neg32.fs(53,18,53,20): typecheck error FS0039: The type parameter 'U is not defined.
31
31
32
-
neg32.fs(49,24,49,26): typecheck error FS0039: The type parameter 'U is not defined.
32
+
neg32.fs(53,24,53,26): typecheck error FS0039: The type parameter 'U is not defined.
33
33
34
-
neg32.fs(52,10,52,12): typecheck error FS0039: The type parameter 'T is not defined.
34
+
neg32.fs(54,18,54,20): typecheck error FS0039: The type parameter 'T is not defined.
35
35
36
-
neg32.fs(52,10,52,12): typecheck error FS0039: The type parameter 'T is not defined.
36
+
neg32.fs(55,18,55,20): typecheck error FS0039: The type parameter 'T is not defined.
37
37
38
-
neg32.fs(55,11,55,13): typecheck error FS0039: The type parameter 'T is not defined.
38
+
neg32.fs(56,18,56,20): typecheck error FS0039: The type parameter 'T is not defined.
39
39
40
-
neg32.fs(55,11,55,13): typecheck error FS0039: The type parameter 'T is not defined.
40
+
neg32.fs(59,10,59,12): typecheck error FS0039: The type parameter 'T is not defined.
41
41
42
-
neg32.fs(59,65,59,86): typecheck error FS0033: The non-generic type 'System.EventArgs' doesnotexpect any type arguments, but here is given 1 type argument(s)
42
+
neg32.fs(59,10,59,12): typecheck error FS0039: The type parameter 'T isnotdefined.
43
43
44
-
neg32.fs(59,21,59,27): typecheck error FS1091: The event 'Event1' has a non-standard type. If this event is declared in another CLI language, you may need to access this event using the explicit add_Event1 and remove_Event1 methods for the event. If this event is declared in F#, make the type of the event an instantiation of either 'IDelegateEvent<_>' or 'IEvent<_,_>'.
44
+
neg32.fs(62,11,62,13): typecheck error FS0039: The type parameter 'T is not defined.
45
+
46
+
neg32.fs(62,11,62,13): typecheck error FS0039: The type parameter 'T is not defined.
47
+
48
+
neg32.fs(66,65,66,86): typecheck error FS0033: The non-generic type 'System.EventArgs' does not expect any type arguments, but here is given 1 type argument(s)
49
+
50
+
neg32.fs(66,21,66,27): typecheck error FS1091: The event 'Event1' has a non-standard type. If this event is declared in another CLI language, you may need to access this event using the explicit add_Event1 and remove_Event1 methods for the event. If this event is declared in F#, make the type of the event an instantiation of either 'IDelegateEvent<_>' or 'IEvent<_,_>'.
0 commit comments