-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Suggestion Backlog Slog, 4/24/2017 #15356
Labels
Design Notes
Notes from our design meetings
Comments
class Animal {
me = new Animal();
move() { }
}
class Dog extends Animal {
me = new Dog();
woof() {
this.me.woof(); // Should be OK
}
}
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
unknown
: less-permissive alternative toany
#10715 unknown alternative to anyThe text was updated successfully, but these errors were encountered: