blob: cfdd7d6f043412fbe57ececf569738bacd1c057c [file] [log] [blame]
interface Hyper<T> {
void foo(T t);
}