blob: 737e4799677b3fd5476012a2a8db1834bbbd0ef4 [file] [log] [blame]
// @dart = 2.9
library test;
T f<S, T>(S s) => null;
main() {}