blob: aef942df8a78698faa121e4c04f046e17bda6d0a [file] [log] [blame]
import 'foo.dart' as foo;
// This import isn't used --- foo.bar below explicitly wants bar from foo.
import 'bar.dart';
var x = foo.bar();
foo.Baz? baz;