mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
36 lines
826 B
Java
36 lines
826 B
Java
public class Generic<TYPO descr="Typo: In word 'Testt'">Testt</TYPO> {
|
|
|
|
public void a( Gen<TYPO descr="Typo: In word 'Testt'">Testt</TYPO><?> obj ) {
|
|
|
|
}
|
|
|
|
public void b( AnotherGen<TYPO descr="Typo: In word 'Testt'">Testt</TYPO><?> obj ) {
|
|
|
|
}
|
|
|
|
public void c( <TYPO descr="Typo: In word 'Predicatte'">Predicatte</TYPO><?> obj ) {
|
|
|
|
}
|
|
|
|
public void d( Another<TYPO descr="Typo: In word 'Predicatte'">Predicatte</TYPO><?> obj ) {
|
|
|
|
}
|
|
|
|
public class Gen<TYPO descr="Typo: In word 'Testt'">Testt</TYPO><T> {
|
|
|
|
}
|
|
|
|
public class AnotherGen<TYPO descr="Typo: In word 'Testt'">Testt</TYPO><T> {
|
|
|
|
}
|
|
|
|
public interface <TYPO descr="Typo: In word 'Predicatte'">Predicatte</TYPO><T> {
|
|
|
|
}
|
|
|
|
public interface Another<TYPO descr="Typo: In word 'Predicatte'">Predicatte</TYPO><T> {
|
|
|
|
}
|
|
|
|
}
|