We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a4362 commit 3b8430bCopy full SHA for 3b8430b
src/Parquet.Test/Serialisation/CILProgramTest.cs
@@ -23,8 +23,6 @@ public void SimpleAssign() {
23
program.CallVirt(typeof(Arg1).GetProperty(nameof(Arg1.Number)).SetMethod,
24
Ldarg_0, Ldc_I4_3);
25
26
- program.Op(Ldc_I4_3);
27
-
28
// program end
29
30
Action<Arg1> dg = program.ToDelegate();
0 commit comments