Consider the following: ```groovy class C <Item extends Type> { private List<Item> items void test() { items } } ``` Hover display for "items" is missing type argument `<Item>`. 
Consider the following:
Hover display for "items" is missing type argument
<Item>.