blob: f4851162d88cb24e4051cddf1891ef8fc22f4316 [file] [log] [blame]
class Class<E> {
void method(E e) {}
}
T id<T>(T t) => t;
main() {}