// @dart = 2.9 library test; void _mergeSort( T Function(T) list, int compare(T a, T b), T Function(T) target) {} main() {}