// @noEmit: true // @allowJs: true // @checkJs: true // @lib: esnext // @Filename: bug25101.js /** * @template T * @extends {Set} Should prefer this Set, not the Set in the heritage clause */ class My extends Set {}