Skip to content

Allow super to access method signatures#13726

Merged
sandersn merged 1 commit intomasterfrom
allow-super-to-access-method-signatures
Jan 27, 2017
Merged

Allow super to access method signatures#13726
sandersn merged 1 commit intomasterfrom
allow-super-to-access-method-signatures

Conversation

@sandersn
Copy link
Copy Markdown
Member

Previously, super was only allowed to access method declarations. But method signatures can come from interfaces that merge with classes, and should also be accessible as methods on super.

Fixes #13563

Previously, super was only allowed to access method *declarations*. But
method signatures can come from interfaces that merge with classes, and
should also be accessible as methods on super.
Copy link
Copy Markdown
Member

@sheetalkamat sheetalkamat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave a comment

@sandersn sandersn merged commit a67b80d into master Jan 27, 2017
@sandersn sandersn deleted the allow-super-to-access-method-signatures branch January 27, 2017 18:27
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants