mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
10 lines
162 B
Java
10 lines
162 B
Java
import k.*;
|
|
|
|
public class Test {
|
|
public static void bar(TraitWithDelegatedNoImpl some) {
|
|
some.<caret>foo();
|
|
}
|
|
}
|
|
|
|
// REF: (in k.TraitNoImpl).foo()
|