KT-3729 Quick documentation support
#KT-3729 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
listOf(1, 2, 4).<caret>filter { it > 0 }
|
||||
}
|
||||
|
||||
// INFO: <b>public</b> <b>fun</b> <T> jet.Collection<T>.filter(predicate: (T) → jet.Boolean): jet.List<T> <i>defined in</i> kotlin<br/><p>Returns a list containing all elements which match the given *predicate*<br/></p>
|
||||
Reference in New Issue
Block a user