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