blob: 9a81b52d85c8bec19c5ce853ad864bdb53fde3e0 [file] [log] [blame]
class Test<T> {
Test<String> test = new Test<String>();<caret>
}