|
2 | 2 | neg06.fs(3,40,3,45): typecheck error FS0039: The type 'Encoding' does not define the field, constructor or member 'Ascii'. Maybe you want one of the following: |
3 | 3 | ASCII |
4 | 4 |
|
| 5 | +neg06.fs(11,3,11,9): typecheck error FS0842: This attribute is not valid for use on this language element |
| 6 | + |
5 | 7 | neg06.fs(12,6,12,31): typecheck error FS0942: Struct types are always sealed |
6 | 8 |
|
| 9 | +neg06.fs(17,3,17,9): typecheck error FS0842: This attribute is not valid for use on this language element |
| 10 | + |
7 | 11 | neg06.fs(18,6,18,24): typecheck error FS0948: Interface types cannot be sealed |
8 | 12 |
|
9 | 13 | neg06.fs(24,6,24,30): typecheck error FS0944: Abbreviated types cannot be given the 'Sealed' attribute |
10 | 14 |
|
| 15 | +neg06.fs(26,3,26,9): typecheck error FS0842: This attribute is not valid for use on this language element |
| 16 | + |
11 | 17 | neg06.fs(27,6,27,33): typecheck error FS0942: Delegate types are always sealed |
12 | 18 |
|
13 | 19 | neg06.fs(31,9,31,29): typecheck error FS0945: Cannot inherit a sealed type |
@@ -88,14 +94,20 @@ neg06.fs(223,13,223,21): typecheck error FS0800: Invalid use of a type name |
88 | 94 |
|
89 | 95 | neg06.fs(300,10,300,12): typecheck error FS0009: Uses of this construct may result in the generation of unverifiable .NET IL code. This warning can be disabled using '--nowarn:9' or '#nowarn "9"'. |
90 | 96 |
|
| 97 | +neg06.fs(303,7,303,104): typecheck error FS0842: This attribute is not valid for use on this language element |
| 98 | + |
91 | 99 | neg06.fs(304,10,304,12): typecheck error FS0937: Only structs and classes without primary constructors may be given the 'StructLayout' attribute |
92 | 100 |
|
93 | 101 | neg06.fs(310,10,310,12): typecheck error FS0937: Only structs and classes without primary constructors may be given the 'StructLayout' attribute |
94 | 102 |
|
95 | 103 | neg06.fs(314,10,314,12): typecheck error FS0937: Only structs and classes without primary constructors may be given the 'StructLayout' attribute |
96 | 104 |
|
| 105 | +neg06.fs(316,7,316,104): typecheck error FS0842: This attribute is not valid for use on this language element |
| 106 | + |
97 | 107 | neg06.fs(317,10,317,12): typecheck error FS0937: Only structs and classes without primary constructors may be given the 'StructLayout' attribute |
98 | 108 |
|
| 109 | +neg06.fs(319,7,319,104): typecheck error FS0842: This attribute is not valid for use on this language element |
| 110 | + |
99 | 111 | neg06.fs(320,10,320,12): typecheck error FS0937: Only structs and classes without primary constructors may be given the 'StructLayout' attribute |
100 | 112 |
|
101 | 113 | neg06.fs(326,10,326,18): typecheck error FS0954: This type definition involves an immediate cyclic reference through a struct field or inheritance relation |
|
0 commit comments