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
extension [T1](x: T1)(usingNumeric[T1])
defcombine[T2](y: T2)(usingNumeric[T2]) =???defcombine(y: String) =???valres=100.combine(200)
// ^^^^^^^^^^^// value combine is not a member of Int.// An extension method was tried, but could not be fully constructed://// combine() failed with//// value combine: <overloaded combine> does not take parameters
Expectation : should work, as when we move using to the end of the parameter list: