You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Error:(559, 3) Invalid override. The type of RestrictedStaticTypeAnalyzer._matchGeneric ((MethodInvocation, Element) → DartType) is not a subtype of StaticTypeAnalyzer._matchGeneric ((MethodInvocation) → DartType).
RestrictedStaticTypeAnalyzer is in package:dev_compiler/src/checker/resolver.dart
StaticTypeAnalyzer is in package:analyzer
FWIW, IntelliJ also shows this as an override, even though it isn't. Those methods effectively have different names in Dart.
The text was updated successfully, but these errors were encountered:
Pretty self explanatory:
RestrictedStaticTypeAnalyzer is in package:dev_compiler/src/checker/resolver.dart
StaticTypeAnalyzer is in package:analyzer
FWIW, IntelliJ also shows this as an override, even though it isn't. Those methods effectively have different names in Dart.
The text was updated successfully, but these errors were encountered: