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
Actual Behavior: InvalidProgramException is thrown because the IL produced for Problem is not valid:
IL to import:
IL_000002 ldarg.0IL_000116 ldc.i4.0IL_00028f24000002 ldelema 0x2000024IL_000726 pop
IL_000825 dup // The stack is empty at this point, there is nothing to "dup"IL_00097124000002 ldobj 0x2000024IL_000e26 pop
IL_000f 2a ret
The text was updated successfully, but these errors were encountered:
Version Used: the P5 preview SDK,
csc.dll
had a product version of4.2.0-4.22212.4+f2d278f9a5131b7944d6ac5fecf2ce5b0a98195f
.Steps to Reproduce:
Compile and run:
Expected Behavior: program exits successfully.
Actual Behavior:
InvalidProgramException
is thrown because the IL produced forProblem
is not valid:The text was updated successfully, but these errors were encountered: