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
// This test does not directly use the current Calendar, however encoding any Calendar will check if it is equivalent to the current Calendar
33
+
// If equivalent, it will serialize a sentinel value and deserialize as the current Calendar regardless of the actual serialized identifier
34
+
// This test will fail if calendar == Calendar.current at encode time and the current calendar changes to a different value before decode time (making the encoded calendar and the decoded calendar not equivalent
0 commit comments