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