foo.dart has two things labeled @internal a function and a field.
If I export foo.dart from a library, I get a warning about the function, but not the field!
Expect to get a invalid_export_of_internal_element in both cases.
This works for classes, but not for fields!
On 3.12.0-285.0.dev
foo.darthas two things labeled@internala function and a field.If I export
foo.dartfrom a library, I get a warning about the function, but not the field!Expect to get a
invalid_export_of_internal_elementin both cases.This works for classes, but not for fields!
On 3.12.0-285.0.dev