Avoid full references search for languages without PsiClass (KT-14974)
Make smart type search work for Groovy. #KT-14974 Fixed
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
class GroovyClass extends JavaWithGroovyInvoke_0 {
|
||||
def fieldNoType = new JavaWithGroovyInvoke_0.OtherJavaClass()
|
||||
def JavaWithGroovyInvoke_0.OtherJavaClass fieldWithType = new JavaWithGroovyInvoke_0.OtherJavaClass()
|
||||
public def fieldNoType = new JavaWithGroovyInvoke_0.OtherJavaClass()
|
||||
public def JavaWithGroovyInvoke_0.OtherJavaClass fieldWithType = fieldNoType
|
||||
|
||||
def methodNoType() {
|
||||
new JavaWithGroovyInvoke_0.OtherJavaClass()
|
||||
|
||||
Reference in New Issue
Block a user