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
package:js class members may emit stubs at runtime to support virtual/dynamic dispatch and type-checks. Supporting different versions of these members as users make edits may prove to be difficult. Instead, we should reject changes to such members early to avoid undefined semantics.