Restore quick doc for it parameter and this of extension function
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo() {
|
||||
listOf(1).forEach {
|
||||
println(it<caret>)
|
||||
}
|
||||
}
|
||||
|
||||
//INFO: <pre><b>value-parameter</b> it: Int</pre>
|
||||
Reference in New Issue
Block a user