Restore quick doc for it parameter and this of extension function
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
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</pre>
|
||||
Reference in New Issue
Block a user