Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I calling super getters? #14699

Closed
holi-java opened this issue Mar 17, 2017 · 1 comment
Closed

How can I calling super getters? #14699

holi-java opened this issue Mar 17, 2017 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@holi-java
Copy link

there is a bug that I can't call super getter properly.

class Superclass {
    get foo() {
        return "foo";
    }
}

class Subclass extends Superclass{
    get foo() {
        return super.foo;
    }
}
@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Mar 17, 2017
@RyanCavanaugh
Copy link
Member

Duplicate #338

@microsoft microsoft locked and limited conversation to collaborators Jun 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants