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