11 lines
297 B
Kotlin
Vendored
11 lines
297 B
Kotlin
Vendored
|
|
interface Foo
|
|
|
|
fun foo(a: Any) {}
|
|
|
|
fun Foo.bar() {
|
|
foo(th<caret>is)
|
|
}
|
|
|
|
//INFO: <div class='definition'><pre><font color="808080"><i>ExtensionReceiver.kt</i></font><br>public fun <a href="psi_element://Foo">Foo</a>.<b>bar</b>(): Unit</pre></div></pre></div><table class='sections'><p></table>
|