10 lines
166 B
Java
Vendored
10 lines
166 B
Java
Vendored
import k.*;
|
|
|
|
public class Test {
|
|
public static void bar(TraitWithDelegatedWithImpl some) {
|
|
some.<caret>foo();
|
|
}
|
|
}
|
|
|
|
// REF: (in k.TraitWithImpl).foo()
|