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