mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
10 lines
237 B
Java
10 lines
237 B
Java
import java.util.*;
|
|
|
|
class Test<T> {
|
|
public void read(List<T> list) {}
|
|
|
|
/**
|
|
* @see #read(java.util.List<warning descr="Illegal character"><</warning>T<warning descr="Illegal character">></warning>)
|
|
*/
|
|
public void write() {}
|
|
} |