Configurable imports with prefixes doesn't work as expected #55899
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
cfe-dysfunctionalities
Issues for the CFE not behaving as intended
front-end-fasta
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
I was surprised to see that if I do the following:
I expected this to, in environments where
dart:io
is available, call therun
function inimpl_io.dart
.However, it appears that it unconditionally calls
impl.dart
due to the prefix, and it's not valid to add the same prefix:The text was updated successfully, but these errors were encountered: