aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/summarizeSignatures.md
blob: c1830fb53fa3ca93b883171e4b3a7fe86d7dd8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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`](test/kotlin/foo#T)`) -> Boolean): Boolean`<br>Returns true if foo. |