Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
findUsages
/
java
/
findJavaMethodUsages
/
JavaWithGroovyInvoke.0.kt
blob: 35d6c249b6758a96a30b08aa33c29737500ee54d [
file
] [
log
] [
blame
]
fun f
(
c
:
JavaWithGroovyInvoke_0
)
{
c
()
}
fun foo
(
o
:
JavaWithGroovyInvoke_0
.
OtherJavaClass
)
{
o
()
}
fun gr
(
o
:
GroovyClass
)
{
o
()
o
.
fieldNoType
()
// Red reference
o
.
fieldWithType
()
o
.
methodNoType
()()
// Red reference
o
.
methodWithType
()()
}