-
Notifications
You must be signed in to change notification settings - Fork 124
Don't use XyzElementImpl and XyzElementImpl2 from the analyzer #4039
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
Here is the list of code locations where such elements are used:
|
If you have the new names of these ( |
Is there a reason to use implementation classes at all? |
I'm not sure. Maybe not. |
How does one instantiate an interface to bounds? |
Analyzer 7.4.4 has /// Instantiate the given [element] with default type arguments.
@experimental
InterfaceType instantiateInterfaceToBounds2({
required InterfaceElement2 element,
required NullabilitySuffix nullabilitySuffix,
}); Ignore |
Thank you! :-) |
This does not let us rename these classes in the analyzer.
The text was updated successfully, but these errors were encountered: