-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Detect explicitly spliced wildcard types #8871
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
Comments
See #8865 (comment)
|
Fix #8871: Detect explicit splices of quoted.Type[?]
We are not allowed to splice wildcard types to avoid soundness issues. They are not checked when explicitly spliced:
The text was updated successfully, but these errors were encountered: