blob: 73d125acbcd08c5a0630afb60d87548dcfe02bb9 [file] [log] [blame]
import 'a.dart' as x;
import 'b.dart' as x;
var foo = x.foo();
var bar = x.bar();