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

Add TypeMapping and SignatureBuilding support for merged declarations. #22

Open
traceyyoshima opened this issue May 10, 2023 · 1 comment

Comments

@traceyyoshima
Copy link
Contributor

interface B {
    foo(): void
}

interface B {
    bar(): void
}

class B {
    buz(): void {
    }
}
@traceyyoshima
Copy link
Contributor Author

@garyolsen this is just a placeholder for later, thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

3 participants