Closed
Description
According to the 1.23 CHANGELOG this is now supported in the language, but dartfmt doesn't seem to be happy with it.
dartfmt 0.2.16 on the command line removes a "part of" URI from the file if I use one.
Formatting via the dart_style library seems to refuse to format files using a URI "part of" -- seen in this pull request for source_gen trying to change the generated code: dart-lang/source_gen#138