blob: 26dff4182d36d6917066fcbe0cb8df3ef7188af9 [file] [log] [blame]
import 'weekly_bot_91_failure_variation_1_lib.dart';
extension on int {
void _foo<T>(void Function(T) x, {required T a}) => throw '';
}
main() {}