class Test<T> { Test<String> test = new Test<String>();<caret> }