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
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Ignores @augments keyword on a class without an explicit @extends clause
Ignores @augments tag on a class without an explicit extendsSep 25, 2017
TypeScript Version: nightly (2.6.0-dev.20170923)
Code
Expected behavior:
Either:
@augments
tag.@augments
tag is accepted and I can access methods fromA
insideB
.Actual behavior:
@augments
is ignored unless we actually seeextends
.Noticed while working on #18739.
The text was updated successfully, but these errors were encountered: