mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 11:19:22 +07:00
9 lines
134 B
Java
9 lines
134 B
Java
class Test {
|
|
<T extends String> int getValue() {
|
|
return 3;
|
|
}
|
|
|
|
void cc() {
|
|
<ref>getValue();
|
|
}
|
|
} |