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

interface template extends another interface template endups finishing operations #3286

Closed
timotheeguerin opened this issue May 6, 2024 · 0 comments · Fixed by #3287
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@timotheeguerin
Copy link
Member

interface Foo<T> {
  @inspectType("run")
  myTest(): T;
}

interface Bar<T> extends Foo<T> {
  @inspectType("Not run")
  notRun(): T;
}

Playground Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant