Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95cc10d

Browse files
committed
update baselines
1 parent3050f4f commit95cc10d

22 files changed

+16
-16
lines changed

‎tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespace.il.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// =============== CLASS MEMBERS DECLARATION ===================
4949

50-
.class public auto autochar serializable beforefieldinit XYZ.Expr
50+
.class public auto autochar serializablesealedbeforefieldinit XYZ.Expr
5151
extends [mscorlib]System.Object
5252
implements class [mscorlib]System.IEquatable`1<class XYZ.Expr>,
5353
[mscorlib]System.Collections.IStructuralEquatable,

‎tests/fsharpqa/Source/CodeGen/EmittedIL/SerializableAttribute/ToplevelNamespaceP.il.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// =============== CLASS MEMBERS DECLARATION ===================
4949

50-
.class public auto autochar beforefieldinit XYZ.Expr
50+
.class public auto autocharsealedbeforefieldinit XYZ.Expr
5151
extends [mscorlib]System.Object
5252
implements class [mscorlib]System.IEquatable`1<class XYZ.Expr>,
5353
[mscorlib]System.Collections.IStructuralEquatable,

‎tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
extends [mscorlib]System.Object
5656
{
5757
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 )
58-
.class auto autochar serializable nested public beforefieldinit Key
58+
.class auto autochar serializable nested publicsealed sealedbeforefieldinit Key
5959
extends [mscorlib]System.Object
6060
implements class [mscorlib]System.IEquatable`1<class Compare05/CompareMicroPerfAndCodeGenerationTests/Key>,
6161
[mscorlib]System.Collections.IStructuralEquatable,

‎tests/fsharpqa/Source/Optimizations/GenericComparison/Compare05.il.netfx4.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
extends [mscorlib]System.Object
5656
{
5757
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 )
58-
.class auto autochar serializable nested public beforefieldinit Key
58+
.class auto autochar serializable nested publicsealedbeforefieldinit Key
5959
extends [mscorlib]System.Object
6060
implements class [mscorlib]System.IEquatable`1<class Compare05/CompareMicroPerfAndCodeGenerationTests/Key>,
6161
[mscorlib]System.Collections.IStructuralEquatable,

‎tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
extends [mscorlib]System.Object
5656
{
5757
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 )
58-
.class auto autochar serializable nested public beforefieldinit GenericKey`1<a>
58+
.class auto autochar serializable nested publicsealedbeforefieldinit GenericKey`1<a>
5959
extends [mscorlib]System.Object
6060
implements class [mscorlib]System.IEquatable`1<class Compare07/CompareMicroPerfAndCodeGenerationTests/GenericKey`1<!a>>,
6161
[mscorlib]System.Collections.IStructuralEquatable,

‎tests/fsharpqa/Source/Optimizations/GenericComparison/Compare07.il.netfx4.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
extends [mscorlib]System.Object
5656
{
5757
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 )
58-
.class auto autochar serializable nested public beforefieldinit GenericKey`1<a>
58+
.class auto autochar serializable nested publicsealedbeforefieldinit GenericKey`1<a>
5959
extends [mscorlib]System.Object
6060
implements class [mscorlib]System.IEquatable`1<class Compare07/CompareMicroPerfAndCodeGenerationTests/GenericKey`1<!a>>,
6161
[mscorlib]System.Collections.IStructuralEquatable,
Binary file not shown.
Binary file not shown.

‎tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
extends [mscorlib]System.Object
5656
{
5757
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 )
58-
.class auto autochar serializable nested public beforefieldinit Key
58+
.class auto autochar serializable nested publicsealedbeforefieldinit Key
5959
extends [mscorlib]System.Object
6060
implements class [mscorlib]System.IEquatable`1<class Equals04/EqualsMicroPerfAndCodeGenerationTests/Key>,
6161
[mscorlib]System.Collections.IStructuralEquatable,

‎tests/fsharpqa/Source/Optimizations/GenericComparison/Equals04.il.netfx4.bsl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
extends [mscorlib]System.Object
5656
{
5757
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 )
58-
.class auto autochar serializable nested public beforefieldinit Key
58+
.class auto autochar serializable nested publicsealedbeforefieldinit Key
5959
extends [mscorlib]System.Object
6060
implements class [mscorlib]System.IEquatable`1<class Equals04/EqualsMicroPerfAndCodeGenerationTests/Key>,
6161
[mscorlib]System.Collections.IStructuralEquatable,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp