mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
11 lines
235 B
Kotlin
Vendored
11 lines
235 B
Kotlin
Vendored
|
|
interface Foo
|
|
|
|
fun foo(a: Any) {}
|
|
|
|
fun Foo.bar() {
|
|
foo(th<caret>is)
|
|
}
|
|
|
|
//INFO: <pre><b>public</b> <b>fun</b> <a href="psi_element://Foo">Foo</a>.bar(): Unit <i>defined in</i> root package <i>in file</i> ExtensionReceiver.kt</pre>
|