Restore quick doc for it parameter and this of extension function

This commit is contained in:
Nikolay Krasko
2017-04-01 03:10:14 +03:00
parent eb4e6e6c1a
commit b4ebd6074c
6 changed files with 73 additions and 1 deletions
+10
View File
@@ -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>