We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Foo<A> { @inspectType("hi") bar<B>(input: A): B; } alias MyFoo = Foo<string>;
Playground Link
Decorators are run on Bar even though it is never instantiated.
The text was updated successfully, but these errors were encountered:
Fix stop running decorators on partially instantiated operations (#3227)
32a25ec
fix [#2619](#2619)
timotheeguerin
Successfully merging a pull request may close this issue.
Playground Link
Decorators are run on Bar even though it is never instantiated.
The text was updated successfully, but these errors were encountered: