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
+1 -1
View File
@@ -1,6 +1,6 @@
fun foo() {
listOf(1).forEach {
println(it<caret>)
println(i<caret>t)
}
}