Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
referenceInJava
/
sourceOnly
/
DelegatedMethodFromTraitWithImpl.java
blob: 766cb22ff65d6ed679be288376f0c21c8f372856 [
file
]
import
k
.*;
public
class
Test
{
public
static
void
bar
(
TraitWithDelegatedWithImpl
some
)
{
some
.<
caret
>
foo
();
}
}
// REF: (in k.TraitWithImpl).foo()