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

Suggestion Backlog Slog, 4/24/2017 #15356

Closed
RyanCavanaugh opened this issue Apr 24, 2017 · 1 comment
Closed

Suggestion Backlog Slog, 4/24/2017 #15356

RyanCavanaugh opened this issue Apr 24, 2017 · 1 comment
Labels
Design Notes Notes from our design meetings

Comments

@mhegazy mhegazy added the Design Notes Notes from our design meetings label Apr 24, 2017
@RyanCavanaugh
Copy link
Member Author

      class Animal {
	me = new Animal();
	move() { }
}
class Dog extends Animal {
	me = new Dog();
	woof() {
		this.me.woof(); // Should be OK
    }
}
* Who should we break?
  * Ryan is happy to break contravariant writes
* Investigate more

@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Design Notes Notes from our design meetings
Projects
None yet
Development

No branches or pull requests

2 participants