blob: f853f4d06ae06b77f717681f700f8062da61b993 [file] [log] [blame]
// @dart = 2.6
import 'issue41499b_lib.dart' as opt_in;
typedef void LegacyFoo();
test(LegacyFoo f) {}
main() {}