--ignoreexternal with generics #2623
Closed
tkukushkin
started this conversation in
Ideas
Replies: 1 comment
-
Thanks, this will be fixed in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
--ignoreexternal
ignores external generic types usages without specified type parameters.Example:
List itself is complete type, but this code exports variable
x
with not complete type. I think--ignoreexternal
should not ignore such errors.Beta Was this translation helpful? Give feedback.
All reactions