Consider the following: ```groovy class C<T> { static <U> C<U> of(U item) {} } C.of(123) ``` Code hover (Ctrl+F2) fails to display for the static method call "of".
Consider the following:
Code hover (Ctrl+F2) fails to display for the static method call "of".