blob: 1e8c137c8f006c651f2c22d7ce594f878a397d0d [file] [log] [blame]
(int, T) f1<T>(T t) {
return (42, t);
}
(int, T) f2<T>(T t) => (42, t);