mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-18 07:15:51 +07:00
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
public class A<T extends String> {
|
|
void foo(T t) {}
|
|
} |