blob: 0395dc836197cfd90a35d4ecb4707bbabed81263 [file] [log] [blame]
// @dart = 2.9
@Foo
part 'having_part_with_parts_and_annotation_lib1.dart';
const int Foo = 42;
void fromMain() {}
main() {}