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
error : in argument #1 (_N_wildcard_3658), needed a System.Linq.Expressions.Expression[System.Func[int, System.Func[string]]], got ? -> void -> string-: ? -> void -> string- is not a subtype of System.Linq.Expressions.Expression[System.Func[int, System.Func[string]]] [simple require]
error : in argument #1 (_N_wildcard_3658), needed a System.Linq.Expressions.Expression[System.Func[int, System.Func[string]]], got ? -> void -> string-: ? -> void -> string- is not a subtype of System.Linq.Expressions.Expression[System.Func[int, System.Func[string]]] [simple require]
The text was updated successfully, but these errors were encountered:
This code leads to problem:
While the same code compiles in C#
Changing void -> string to Func[string] doesn't help:
The text was updated successfully, but these errors were encountered: