Skip to content

Commit 583e30a

Browse files
T-GroCopilot
andauthored
Refresh all test baselines (.bsl files) (#19603)
Mass refresh of all baseline files across the test suite to ensure they reflect current compiler output. Addresses #18289. Categories refreshed: - EmittedIL baselines (756+ tests, both net10.0 and net48) - SyntaxTree baselines (1042 tests) - Conformance/TypeChecks/Shadowing/Nullness baselines - CompilerOptions/ConstraintSolver/Signatures baselines - Surface Area baselines (FCS + FSharp.Core) - Legacy FSharpSuite baselines (543 tests) - ILVerify baselines (8 files, verified matching) All tests verified passing after refresh: - EmittedIL: 2187 passed, 0 failed - SyntaxTree: 2084 passed, 0 failed - Conformance: 2852 passed, 0 failed - Legacy: 543 passed, 0 failed 381 .bsl files updated (338 modified, 43 new empty .err.bsl files). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 39cadd9 commit 583e30a

450 files changed

Lines changed: 4702 additions & 7498 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest1.fs.RealInternalSignatureOff.err.bsl

Whitespace-only changes.

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest1.fs.RealInternalSignatureOff.il.debug.bsl

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616

1717
.hash algorithm 0x00008004
1818
.ver 0:0:0:0
19-
}
20-
.mresource public FSharpSignatureCompressedData.assembly
21-
{
22-
23-
24-
}
25-
.mresource public FSharpOptimizationCompressedData.assembly
26-
{
27-
28-
2919
}
3020
.module assembly.dll
3121

@@ -54,8 +44,7 @@
5444
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
5545
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
5646
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
57-
.method assembly specialname rtspecialname
58-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
47+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
5948
{
6049
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
6150
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -69,8 +58,7 @@
6958
IL_000d: ret
7059
}
7160

72-
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
73-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
61+
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
7462
{
7563

7664
.maxstack 8
@@ -95,8 +83,7 @@
9583

9684
}
9785

98-
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
99-
f1() cil managed
86+
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> f1() cil managed
10087
{
10188

10289
.maxstack 4
@@ -122,8 +109,7 @@
122109
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
123110
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
124111
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
125-
.method private specialname rtspecialname static
126-
void .cctor() cil managed
112+
.method private specialname rtspecialname static void .cctor() cil managed
127113
{
128114

129115
.maxstack 5

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest1.fs.RealInternalSignatureOff.il.release.bsl

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616

1717
.hash algorithm 0x00008004
1818
.ver 0:0:0:0
19-
}
20-
.mresource public FSharpSignatureCompressedData.assembly
21-
{
22-
23-
24-
}
25-
.mresource public FSharpOptimizationCompressedData.assembly
26-
{
27-
28-
2919
}
3020
.module assembly.dll
3121

@@ -54,8 +44,7 @@
5444
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
5545
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
5646
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
57-
.method assembly specialname rtspecialname
58-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
47+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
5948
{
6049
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
6150
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -69,8 +58,7 @@
6958
IL_000d: ret
7059
}
7160

72-
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
73-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
61+
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
7462
{
7563

7664
.maxstack 8
@@ -95,8 +83,7 @@
9583

9684
}
9785

98-
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
99-
f1() cil managed
86+
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> f1() cil managed
10087
{
10188

10289
.maxstack 4
@@ -122,8 +109,7 @@
122109
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
123110
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
124111
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
125-
.method private specialname rtspecialname static
126-
void .cctor() cil managed
112+
.method private specialname rtspecialname static void .cctor() cil managed
127113
{
128114

129115
.maxstack 5

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest1.fs.RealInternalSignatureOn.err.bsl

Whitespace-only changes.

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest1.fs.RealInternalSignatureOn.il.debug.bsl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616

1717
.hash algorithm 0x00008004
1818
.ver 0:0:0:0
19-
}
20-
.mresource public FSharpSignatureCompressedData.assembly
21-
{
22-
23-
24-
}
25-
.mresource public FSharpOptimizationCompressedData.assembly
26-
{
27-
28-
2919
}
3020
.module assembly.dll
3121

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest1.fs.RealInternalSignatureOn.il.release.bsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,4 @@
173173

174174

175175

176+

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest2.fs.RealInternalSignatureOff.err.bsl

Whitespace-only changes.

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest2.fs.RealInternalSignatureOff.il.debug.bsl

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616

1717
.hash algorithm 0x00008004
1818
.ver 0:0:0:0
19-
}
20-
.mresource public FSharpSignatureCompressedData.assembly
21-
{
22-
23-
24-
}
25-
.mresource public FSharpOptimizationCompressedData.assembly
26-
{
27-
28-
2919
}
3020
.module assembly.dll
3121

@@ -51,8 +41,7 @@
5141
extends class [FSharp.Core]Microsoft.FSharp.Core.FSharpFunc`2<class [FSharp.Core]Microsoft.FSharp.Core.Unit,bool>
5242
{
5343
.field public class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x
54-
.method assembly specialname rtspecialname
55-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x) cil managed
44+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x) cil managed
5645
{
5746
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
5847
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -66,8 +55,7 @@
6655
IL_000d: ret
6756
}
6857

69-
.method public strict virtual instance bool
70-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
58+
.method public strict virtual instance bool Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
7159
{
7260

7361
.maxstack 8
@@ -89,9 +77,7 @@
8977
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
9078
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
9179
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
92-
.method assembly specialname rtspecialname
93-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x,
94-
class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
80+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x, class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
9581
{
9682
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
9783
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -108,8 +94,7 @@
10894
IL_0014: ret
10995
}
11096

111-
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
112-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
97+
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
11398
{
11499

115100
.maxstack 8
@@ -143,9 +128,7 @@
143128
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
144129
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
145130
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
146-
.method assembly specialname rtspecialname
147-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x,
148-
class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
131+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x, class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
149132
{
150133
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
151134
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -162,8 +145,7 @@
162145
IL_0014: ret
163146
}
164147

165-
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
166-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
148+
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
167149
{
168150

169151
.maxstack 9
@@ -189,8 +171,7 @@
189171

190172
}
191173

192-
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
193-
f2() cil managed
174+
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> f2() cil managed
194175
{
195176

196177
.maxstack 5
@@ -222,8 +203,7 @@
222203
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
223204
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
224205
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
225-
.method private specialname rtspecialname static
226-
void .cctor() cil managed
206+
.method private specialname rtspecialname static void .cctor() cil managed
227207
{
228208

229209
.maxstack 5

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest2.fs.RealInternalSignatureOff.il.release.bsl

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616

1717
.hash algorithm 0x00008004
1818
.ver 0:0:0:0
19-
}
20-
.mresource public FSharpSignatureCompressedData.assembly
21-
{
22-
23-
24-
}
25-
.mresource public FSharpOptimizationCompressedData.assembly
26-
{
27-
28-
2919
}
3020
.module assembly.dll
3121

@@ -51,8 +41,7 @@
5141
extends class [FSharp.Core]Microsoft.FSharp.Core.FSharpFunc`2<class [FSharp.Core]Microsoft.FSharp.Core.Unit,bool>
5242
{
5343
.field public class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x
54-
.method assembly specialname rtspecialname
55-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x) cil managed
44+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x) cil managed
5645
{
5746
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
5847
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -66,8 +55,7 @@
6655
IL_000d: ret
6756
}
6857

69-
.method public strict virtual instance bool
70-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
58+
.method public strict virtual instance bool Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
7159
{
7260

7361
.maxstack 8
@@ -89,9 +77,7 @@
8977
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
9078
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
9179
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
92-
.method assembly specialname rtspecialname
93-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x,
94-
class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
80+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x, class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
9581
{
9682
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
9783
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -108,8 +94,7 @@
10894
IL_0014: ret
10995
}
11096

111-
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
112-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
97+
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
11398
{
11499

115100
.maxstack 8
@@ -143,9 +128,7 @@
143128
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
144129
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
145130
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
146-
.method assembly specialname rtspecialname
147-
instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x,
148-
class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
131+
.method assembly specialname rtspecialname instance void .ctor(class [FSharp.Core]Microsoft.FSharp.Core.FSharpRef`1<int32> x, class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsyncBuilder builder@) cil managed
149132
{
150133
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
151134
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
@@ -162,8 +145,7 @@
162145
IL_0014: ret
163146
}
164147

165-
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
166-
Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
148+
.method public strict virtual instance class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> Invoke(class [FSharp.Core]Microsoft.FSharp.Core.Unit unitVar) cil managed
167149
{
168150

169151
.maxstack 9
@@ -189,8 +171,7 @@
189171

190172
}
191173

192-
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit>
193-
f2() cil managed
174+
.method public static class [FSharp.Core]Microsoft.FSharp.Control.FSharpAsync`1<class [FSharp.Core]Microsoft.FSharp.Core.Unit> f2() cil managed
194175
{
195176

196177
.maxstack 5
@@ -222,8 +203,7 @@
222203
.custom instance void [runtime]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [runtime]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )
223204
.custom instance void [runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
224205
.custom instance void [runtime]System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor() = ( 01 00 00 00 )
225-
.method private specialname rtspecialname static
226-
void .cctor() cil managed
206+
.method private specialname rtspecialname static void .cctor() cil managed
227207
{
228208

229209
.maxstack 5

tests/FSharp.Compiler.ComponentTests/EmittedIL/AsyncExpressionStepping/AsyncExpressionSteppingTest2.fs.RealInternalSignatureOn.err.bsl

Whitespace-only changes.

0 commit comments

Comments
 (0)