Consider the following: ```groovy class C<T extends Thread & Supplier<String>> { def m(T thread) { thread.get() } } ``` "get" is shown as unknown (underlined). 
Consider the following:
"get" is shown as unknown (underlined).