blob: eb4c38a002491df7acbda56090a137eafeb00f4c [file] [log] [blame]
interface A<T> {
T getT();
}