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
@@ -0,0 +1,7 @@
fun foo() {
listOf(1).forEach {
println(it<caret>)
}
}
//INFO: <pre><b>value-parameter</b> it: Int</pre>