ConstantReader.revive cannot revive constant fields with a type not defined in the same library as the field #547
Labels
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
For instance trying to revive from
When we search for potential fields which define this argument, we only search the library that defines
Deprecated
), and of course never find a field equal to our object.source_gen/source_gen/lib/src/constants/revive.dart
Line 68 in 4dc8f1f
If we could know to search the library defining
Foo
we'd find it.The text was updated successfully, but these errors were encountered: