Consider the following: ```groovy class A { def xyz } class B { def xyz } ``` ```java public class C { public Object getXyz() { } } ``` Find Declarations (Ctrl+G) on either "xyz" results in 3 hits. The declaration in C should not be included. 
Consider the following:
Find Declarations (Ctrl+G) on either "xyz" results in 3 hits. The declaration in C should not be included.