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
In any comparison, the first operand must be assignable to the type of the second operand, or vice versa.
A value x of non-interface type X and a value t of interface type T are comparable when values of
type X are comparable and X implements T. They are equal if t's dynamic type is identical to X and t's > dynamic value is equal to x.
In the Test_SessionsDeleteValue
Get("hello") return interface of hello and it would never equals to string "world"。
The text was updated successfully, but these errors were encountered: