blob: 21e7f72f04e5e333daa9a7133ab17123c2a5e624 [file] [log] [blame]
interface User<T> {
void call(T arg);
}