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
Given the cyclic definition below, the TypeAnalyzer$Analyzer$AbstractMethodFinder.visitClass(DartClass) never returns.
class Foo extends Bar { }
class Bar extends Foo { }
The text was updated successfully, but these errors were encountered:
This comment was originally written by mmendez@google.com
Removed Priority-Medium label. Added Priority-High label.
Sorry, something went wrong.
Set owner to @scheglov. Added Accepted label.
Added Started label.
Fixed in trunk. Now we will not continue identifying unimplemented methods, if there is cyclic declaration.
Added Fixed label.
scheglov
No branches or pull requests
Given the cyclic definition below, the TypeAnalyzer$Analyzer$AbstractMethodFinder.visitClass(DartClass) never returns.
class Foo extends Bar {
}
class Bar extends Foo {
}
The text was updated successfully, but these errors were encountered: