blob: bac4b140077b15e527adfc283986abf72084526b [file] [log] [blame]
class Test <T> {
T <caret>t;
T tt;
}
class I extends Test<String>{}