Open
Description
Found in #14302
type M() =
static member A(m: int64 array, n: int64) = 1
static member A(m: System.ReadOnlySpan<int64>, n: int64) = 2
let test() = M.A([|10L|], 1)
I would say we should prefer the first overload here instead of failing with an overload error.
Metadata
Metadata
Assignees
Type
Projects
Status
New