Respect resolve scope when adapting java types completion
Do not suggest classes from unrelated modules
This commit is contained in:
+2
@@ -1,2 +1,4 @@
|
||||
package nondefault
|
||||
|
||||
public class TestGroovyNormal {
|
||||
}
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
package nondefault
|
||||
|
||||
def method() {
|
||||
|
||||
}
|
||||
+2
@@ -1,2 +1,4 @@
|
||||
package nondefault
|
||||
|
||||
public class TestGroovyScript {
|
||||
}
|
||||
+2
@@ -12,3 +12,5 @@ class Some {
|
||||
object NamedObjectInClassObject
|
||||
}
|
||||
}
|
||||
|
||||
// ALLOW_AST_ACCESS
|
||||
Reference in New Issue
Block a user