blob: 3dc57d932dcb0b896ee893dd897c213c98030ac6 [file] [log] [blame]
import './foo_lib.dart';
const Set<Foo> foo = <Foo>{Foo.bar()};
main() {}