blob: e640da4328d78fed93d65bbf1af86a1739bcd06a [file] [log] [blame]
part of 'having_part_with_parts_and_annotation.dart';
@Bar
part 'having_part_with_parts_and_annotation_lib2.dart';
@Baz
part 'having_part_with_parts_and_annotation_lib2.dart';
const int Bar = 43;
const int Baz = 44;
void fromLib1() {}