[<System.ParamArray>]
parameter in member function causes type check error.
#17957
Labels
Milestone
[<System.ParamArray>]
parameter in member function causes type check error.
#17957
When I use the parameter of
[<ParamArray>]
attribute in member function, I cannot pass the parameter using pipeline operator:And no type check error occurs when the
[<ParamArray>]
attribute is not used or using[<ParamArray>]
at the top level:Why does
[<ParamArray>]
behave differently in member functions? Is this a compiler bug?The text was updated successfully, but these errors were encountered: