Skip to content

Conversation

nbeloglazov
Copy link
Collaborator

Given the following structure:

interface Person {
  name: string;
}

interface Address {
  person: Person;
}

const a: Address = {person: {name: 'Alice'}};

Previously name on the last line was not connected to the Person.name property. This PR fixes it.

@nbeloglazov nbeloglazov enabled auto-merge (squash) August 3, 2024 16:56
@nbeloglazov nbeloglazov merged commit 99d335a into kythe:master Aug 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants