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