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
| I_cpobj(ILType.TypeVar_),[tyarg]-> I_cpobj(tyarg)// currently unused, added for forward compat, see https://visualfsharp.codeplex.com/SourceControl/network/forks/jackpappas/fsharpcontrib/contribution/7134
3141
+
| I_initobj(ILType.TypeVar_),[tyarg]-> I_initobj(tyarg)// currently unused, added for forward compat, see https://visualfsharp.codeplex.com/SourceControl/network/forks/jackpappas/fsharpcontrib/contribution/7134
Copy file name to clipboardExpand all lines: src/fsharp/pickle.fs
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1065,6 +1065,10 @@ let [<Literal>] itag_ldelem_any = 59
1065
1065
let [<Literal>]itag_stelem_any=60
1066
1066
let [<Literal>]itag_unbox_any=61
1067
1067
let [<Literal>]itag_ldlen_multi=62
1068
+
let [<Literal>]itag_initobj=63// currently unused, added for forward compat, see https://visualfsharp.codeplex.com/SourceControl/network/forks/jackpappas/fsharpcontrib/contribution/7134
1069
+
let [<Literal>]itag_initblk=64// currently unused, added for forward compat
1070
+
let [<Literal>]itag_cpobj=65// currently unused, added for forward compat
1071
+
let [<Literal>]itag_cpblk=66// currently unused, added for forward compat