aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/summarizeSignatures.md
blob: 2dcb31a238c697f46b2a2c333f32db426c07fa56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[test](test/index) / [kotlin](test/kotlin/index)


## Package kotlin


### Types


| [Array](test/kotlin/-array/index) | `class Array<T>` |
| [CharArray](test/kotlin/-char-array/index) | `class CharArray` |
| [IntArray](test/kotlin/-int-array/index) | `class IntArray` |


### Functions


| [foo](test/kotlin/foo) | `fun <T> *any_array*<T>.foo(predicate: (T) -> Boolean): Boolean`
Returns true if foo.

 |