blob: 8a18221840a69a57c997c36b2136d839d57404c3 [file] [log] [blame]
class Test {
<T extends String> int getValue() {
return 3;
}
void cc() {
<ref>getValue();
}
}