mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 02:21:17 +07:00
7 lines
136 B
Java
7 lines
136 B
Java
// "Replace with <>" "false"
|
|
public class Test {
|
|
F<F<String>> f = new FF<Str<caret>ing>();
|
|
}
|
|
|
|
class FF<X> extends F<X>{}
|
|
class F<T> {} |