mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Find usages and reference to delegation origin
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import k.*;
|
||||
|
||||
public class Test {
|
||||
public static void bar(TraitWithDelegatedWithImpl some) {
|
||||
some.<caret>foo();
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (in k.TraitWithImpl).foo()
|
||||
Reference in New Issue
Block a user