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
In this code foo(1) invocation is resolved to root::package:test/test.dart::C::@methods::foo, but C does not define foo, so Analyzer cannot find it when translating CanonicalName to MethodElement.
The text was updated successfully, but these errors were encountered:
In this code
foo(1)
invocation is resolved toroot::package:test/test.dart::C::@methods::foo
, butC
does not definefoo
, so Analyzer cannot find it when translatingCanonicalName
toMethodElement
.The text was updated successfully, but these errors were encountered: