blob: 07ec84d37036d183207c49c160030419138d6245 [file] [log] [blame]
test<X, Y>(int? Function(X)? f1, int? Function(Y) f2) => f1 ?? f2;