blob: 61dbfa8676ed8faca05d8391ae8586d4e9fb0376 [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() {}